From 6bc5ea98280426d36c3948058dbed85e446fbfdd Mon Sep 17 00:00:00 2001 From: Matt Galbraith Date: Wed, 24 Aug 2022 15:40:22 -0700 Subject: [PATCH] Move to -Svc pool provider in release branches --- azure-pipelines1.yml | 2 +- eng/pipeline.yml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/azure-pipelines1.yml b/azure-pipelines1.yml index 2563f269441..23730efefb0 100644 --- a/azure-pipelines1.yml +++ b/azure-pipelines1.yml @@ -68,7 +68,7 @@ stages: ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: # agent pool can't be read from a user-defined variable (Azure DevOps limitation) pool: - name: NetCore1ESPool-Internal + name: NetCore1ESPool-Svc-Internal demands: ImageOverride -equals Build.Windows.Amd64.VS2022.Pre # runAsPublic is used in expressions, which can't read from user-defined variables runAsPublic: false diff --git a/eng/pipeline.yml b/eng/pipeline.yml index b55ce61c01f..834d63e4151 100644 --- a/eng/pipeline.yml +++ b/eng/pipeline.yml @@ -30,10 +30,10 @@ jobs: binlogPath: artifacts/log/Debug/x86/Build.binlog pool: ${{ if eq(variables['System.TeamProject'], 'public') }}: - name: NetCore1ESPool-Public + name: NetCore1ESPool-Svc-Public demands: ImageOverride -equals Build.Windows.Amd64.VS2022.Pre.Open ${{ if eq(variables['System.TeamProject'], 'internal') }}: - name: NetCore1ESPool-Internal + name: NetCore1ESPool-Svc-Internal demands: ImageOverride -equals Build.Windows.Amd64.VS2022.Pre helixRepo: $(repoName) @@ -45,10 +45,10 @@ jobs: # Will eventually change this to two BYOC pools. # agent pool can't be read from a user-defined variable (Azure DevOps limitation) ${{ if eq(variables['System.TeamProject'], 'public') }}: - name: NetCore1ESPool-Public + name: NetCore1ESPool-Svc-Public demands: ImageOverride -equals Build.Windows.Amd64.VS2022.Pre.Open ${{ if eq(variables['System.TeamProject'], 'internal') }}: - name: NetCore1ESPool-Internal + name: NetCore1ESPool-Svc-Internal demands: ImageOverride -equals Build.Windows.Amd64.VS2022.Pre variables: # needed for signing