Skip to content

Commit

Permalink
Merge pull request #2067 from MattGal/use-svc-pools-rel60
Browse files Browse the repository at this point in the history
Use "-Svc" build pools in release branches (release/6.0)
  • Loading branch information
MattGal authored Nov 1, 2022
2 parents 499ed32 + dcdf5cb commit 3d3707b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ stages:
# For public or PR jobs, use the hosted pool. For internal jobs use the internal pool.
# Will eventually change this to two BYOC pools.
${{ if or(eq(variables['System.TeamProject'], 'public'), in(variables['Build.Reason'], 'PullRequest')) }}:
name: NetCore-Public
name: NetCore-Svc-Public
${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
name: NetCore1ESPool-Internal
name: NetCore1ESPool-Svc-Internal
demands: ImageOverride -equals Build.windows.10.amd64.vs2017

variables:
Expand Down

0 comments on commit 3d3707b

Please sign in to comment.