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

Commit

Permalink
simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
wfurt committed Aug 4, 2022
1 parent 384414b commit 0d7ff40
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions eng/pipelines/msquic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,15 +87,11 @@ stages:
runTests: false
pool:
name: NetCore1ESPool
demands: ImageOverride -equals Build.Ubuntu.2004.x64
vmImage: 'ubuntu-20.04'
${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
isOfficialBuild: true
pool:
name: NetCore1ESPool-Internal
demands: ImageOverride -equals Build.Ubuntu.2004.x64
${{ if or(eq(variables['System.TeamProject'], 'public'), in(variables['Build.Reason'], 'PullRequest')) }}:
pool:
vmImage: 'ubuntu-20.04'

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

0 comments on commit 0d7ff40

Please sign in to comment.