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 98bd461 commit ca52e0eCopy full SHA for ca52e0e
azure-pipelines.yml
@@ -9,7 +9,7 @@ stages:
9
'Windows':
10
VM_IMAGE: 'windows-latest'
11
'Linux':
12
- VM_IMAGE: 'ubuntu-latest'
+ VM_IMAGE: 'ubuntu-16.04'
13
'macOS':
14
VM_IMAGE: 'macOS-latest'
15
pool:
@@ -26,7 +26,7 @@ stages:
26
- template: build/stages/artifacts-test.yml
27
parameters:
28
name: Linux
29
- vmImage: 'ubuntu-latest'
+ vmImage: 'ubuntu-16.04'
30
31
32
name: Windows
@@ -40,7 +40,7 @@ stages:
40
- template: build/stages/docker.yml
41
42
43
44
45
46
0 commit comments