From a10f06112d507bff89a12222314efd42d01a6b25 Mon Sep 17 00:00:00 2001 From: Matt Galbraith Date: Fri, 4 Nov 2022 13:01:09 -0700 Subject: [PATCH] Use -svc pools for release/ branches --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6ffb59bb7aa..a8e2c0c30f2 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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: @@ -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 \ No newline at end of file + enableSymbolValidation: false