You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .azure-pipelines.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -5,13 +5,13 @@
5
5
jobs:
6
6
- job: Linux
7
7
pool:
8
-
vmImage: ubuntu-16.04
8
+
vmImage: ubuntu-latest
9
9
steps:
10
10
- template: .azure-pipelines-steps.yml
11
11
12
12
- job: Windows
13
13
pool:
14
-
vmImage: vs2017-win2016
14
+
vmImage: windows-latest
15
15
steps:
16
16
- script: |
17
17
git config --global core.autocrlf false
@@ -21,7 +21,7 @@ jobs:
21
21
22
22
- job: macOS
23
23
pool:
24
-
vmImage: macos-10.15
24
+
vmImage: macos-latest
25
25
steps:
26
26
# This step can be removed once Mercurial gets installed on the macOS image. See https://github.com/Microsoft/azure-pipelines-image-generation/issues/604
0 commit comments