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 df43c27 commit 9b7821eCopy full SHA for 9b7821e
azure-pipelines.yml
@@ -5,7 +5,7 @@ jobs:
5
6
- job: Linux
7
pool:
8
- vmImage: 'Hosted Ubuntu 1604'
+ vmImage: 'ubuntu-16.04'
9
steps:
10
- bash: ./build.sh
11
env:
@@ -15,7 +15,7 @@ jobs:
15
16
- job: macOS
17
18
- vmImage: 'Hosted macOS'
+ vmImage: 'macOS-10.13'
19
20
21
@@ -25,7 +25,7 @@ jobs:
25
26
- job: Windows
27
28
- vmImage: 'Hosted VS2017'
+ vmImage: 'vs2017-win2016'
29
30
- powershell: .\build.ps1
31
0 commit comments