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

Commit

Permalink
use demands
Browse files Browse the repository at this point in the history
  • Loading branch information
wfurt committed Aug 4, 2022
1 parent 66f131b commit ea62c7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eng/pipelines/msquic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,12 @@ stages:
runTests: false
pool:
name: NetCore1ESPool-Public
vmImage: '1es-ubuntu-2004-open'
demands: ImageOverride -equals build.ubuntu.1804.amd64.open
${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
isOfficialBuild: true
pool:
name: NetCore1ESPool-Internal
vmImage: '1es-ubuntu-2004'
demands: ImageOverride -equals build.ubuntu.1804.amd64

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

0 comments on commit ea62c7a

Please sign in to comment.