Skip to content

Commit

Permalink
Use -svc pools for release/ branches
Browse files Browse the repository at this point in the history
  • Loading branch information
MattGal authored and vlada-shubina committed Nov 7, 2022
1 parent 26b3295 commit a10f061
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 @@ -125,7 +125,7 @@ stages:
name: NetCore-Svc-Public
demands: ImageOverride -equals Build.Ubuntu.2204.Amd64.Open
${{ if eq(variables['System.TeamProject'], 'internal') }}:
name: NetCore1ESPool-Internal
name: NetCore1ESPool-Svc-Internal
demands: ImageOverride -equals Build.Ubuntu.2204.Amd64
strategy:
matrix:
Expand All @@ -146,4 +146,4 @@ stages:
parameters:
# Symbol validation isn't being very reliable lately. This should be enabled back
# once this issue is resolved: https://github.com/dotnet/arcade/issues/2871
enableSymbolValidation: false
enableSymbolValidation: false

0 comments on commit a10f061

Please sign in to comment.