Skip to content

Commit ca52e0e

Browse files
committed
build with ubuntu 16.04 agents
1 parent 98bd461 commit ca52e0e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ stages:
99
'Windows':
1010
VM_IMAGE: 'windows-latest'
1111
'Linux':
12-
VM_IMAGE: 'ubuntu-latest'
12+
VM_IMAGE: 'ubuntu-16.04'
1313
'macOS':
1414
VM_IMAGE: 'macOS-latest'
1515
pool:
@@ -26,7 +26,7 @@ stages:
2626
- template: build/stages/artifacts-test.yml
2727
parameters:
2828
name: Linux
29-
vmImage: 'ubuntu-latest'
29+
vmImage: 'ubuntu-16.04'
3030
- template: build/stages/artifacts-test.yml
3131
parameters:
3232
name: Windows
@@ -40,7 +40,7 @@ stages:
4040
- template: build/stages/docker.yml
4141
parameters:
4242
name: Linux
43-
vmImage: 'ubuntu-latest'
43+
vmImage: 'ubuntu-16.04'
4444
- template: build/stages/docker.yml
4545
parameters:
4646
name: Windows

0 commit comments

Comments
 (0)