Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Commit

Permalink
use Build.Ubuntu.2004.x64
Browse files Browse the repository at this point in the history
  • Loading branch information
wfurt committed Aug 4, 2022
1 parent f785f60 commit b34ddcb
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions eng/pipelines/msquic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,17 +85,18 @@ stages:
osGroup: Linux
archType: arm64
runTests: false
container:
registry: mcr
image: ubuntu-18.04-arm64v8-20220803130954-bfcd90a
pool:
name NetCore1ESPool
demands: ImageOverride -equals Build.Ubuntu.2004.x64

${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
isOfficialBuild: true
pool:
name: NetCore1ESPool-Internal
demands: ImageOverride -equals Build.Ubuntu.1804.Arm64
demands: ImageOverride -equals Build.Ubuntu.2004.x64
${{ if or(eq(variables['System.TeamProject'], 'public'), in(variables['Build.Reason'], 'PullRequest')) }}:
pool:
vmImage: 'ubuntu-18.04'
vmImage: 'ubuntu-20.04'

- template: /eng/pipelines/templates/build-job.yml
parameters:
Expand Down

0 comments on commit b34ddcb

Please sign in to comment.