We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1d0939 commit 1d57ad0Copy full SHA for 1d57ad0
.vsts-ci/linux.yml
@@ -9,12 +9,12 @@ variables:
9
resources:
10
- repo: self
11
clean: true
12
-phases:
13
-- phase: Build
14
-
15
- queue:
16
- name: Hosted Ubuntu 1604
17
- parallel: 2
+jobs:
+- job: Build
+ pool:
+ vmImageName: ubuntu-latest
+ displayName: Linux
+ strategy:
18
matrix:
19
Linux ARM Native:
20
buildName: ubuntu.16.04-arm
tools/releaseBuild/yaml/releaseBuild.yml
@@ -64,7 +64,7 @@ stages:
64
- job: BuildLinux
65
displayName: Linux
66
pool:
67
- vmImage: ubuntu-16.04
+ vmImage: ubuntu-latest
68
strategy:
69
70
UbuntuArm:
0 commit comments