We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30abe80 commit 955d416Copy full SHA for 955d416
azure-build-artifacts.yml
@@ -6,7 +6,7 @@ pr: none
6
jobs:
7
- job: Windows
8
pool:
9
- vmImage: 'vs2017-win2016'
+ vmImage: 'windows-latest'
10
steps:
11
- powershell: .\build.ps1
12
displayName: 'Run build script'
azure-pipelines.yml
@@ -5,7 +5,7 @@ jobs:
5
- job: Linux
- vmImage: 'ubuntu-16.04'
+ vmImage: 'ubuntu-latest'
- bash: ./build.sh
env:
@@ -15,7 +15,7 @@ jobs:
15
16
- job: macOS
17
18
- vmImage: 'macOS-10.13'
+ vmImage: 'macOS-latest'
19
20
21
@@ -25,7 +25,7 @@ jobs:
25
26
27
28
29
30
31
0 commit comments