Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .vsts-ci/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ variables:
resources:
- repo: self
clean: true
phases:
- phase: Build

queue:
name: Hosted Ubuntu 1604
parallel: 2
jobs:
- job: Build
pool:
vmImageName: ubuntu-latest
displayName: Linux
strategy:
matrix:
Linux ARM Native:
buildName: ubuntu.16.04-arm
Expand Down
2 changes: 1 addition & 1 deletion tools/releaseBuild/yaml/releaseBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ stages:
- job: BuildLinux
displayName: Linux
pool:
vmImage: ubuntu-16.04
vmImage: ubuntu-latest
strategy:
matrix:
UbuntuArm:
Expand Down