Skip to content

Commit 1d57ad0

Browse files
Update release build to use ubuntu-latest image (#75)
1 parent b1d0939 commit 1d57ad0

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.vsts-ci/linux.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ variables:
99
resources:
1010
- repo: self
1111
clean: true
12-
phases:
13-
- phase: Build
14-
15-
queue:
16-
name: Hosted Ubuntu 1604
17-
parallel: 2
12+
jobs:
13+
- job: Build
14+
pool:
15+
vmImageName: ubuntu-latest
16+
displayName: Linux
17+
strategy:
1818
matrix:
1919
Linux ARM Native:
2020
buildName: ubuntu.16.04-arm

tools/releaseBuild/yaml/releaseBuild.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ stages:
6464
- job: BuildLinux
6565
displayName: Linux
6666
pool:
67-
vmImage: ubuntu-16.04
67+
vmImage: ubuntu-latest
6868
strategy:
6969
matrix:
7070
UbuntuArm:

0 commit comments

Comments
 (0)