From 93fbe1660e50f37aac4f8dd897f2563fe4f5514c Mon Sep 17 00:00:00 2001 From: Matt Galbraith Date: Wed, 24 Aug 2022 16:36:18 -0700 Subject: [PATCH] Move to -Svc pool provider in release branches --- azure-pipelines-richnav.yml | 2 +- azure-pipelines.yml | 2 +- eng/pipelines/build.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/azure-pipelines-richnav.yml b/azure-pipelines-richnav.yml index f0ee6808aab..e9b3efac081 100644 --- a/azure-pipelines-richnav.yml +++ b/azure-pipelines-richnav.yml @@ -16,7 +16,7 @@ stages: enableRichCodeNavigation: true richCodeNavigationEnvironment: 'production' pool: - name: NetCore1ESPool-Public + name: NetCore1ESPool-Svc-Public demands: ImageOverride -equals Build.Windows.Amd64.VS2022.Pre.Open steps: diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 66444eec2b5..12f5a1b1eed 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -157,7 +157,7 @@ stages: parameters: publishUsingPipelines: true pool: - name: NetCore1ESPool-Internal + name: NetCore1ESPool-Svc-Internal demands: ImageOverride -equals Build.Server.Amd64.VS2019 diff --git a/eng/pipelines/build.yml b/eng/pipelines/build.yml index b9be57627c1..22268748fb5 100644 --- a/eng/pipelines/build.yml +++ b/eng/pipelines/build.yml @@ -14,10 +14,10 @@ jobs: timeoutInMinutes: ${{ parameters.timeoutInMinutes }} pool: ${{ if eq(variables['System.TeamProject'], 'public') }}: - name: NetCore1ESPool-Public + name: NetCore1ESPool-Svc-Public demands: ImageOverride -equals Build.Windows.Amd64.VS2022.Pre.Open ${{ if ne(variables['System.TeamProject'], 'public') }}: - name: NetCore1ESPool-Internal + name: NetCore1ESPool-Svc-Internal demands: ImageOverride -equals Build.Windows.Amd64.VS2022.Pre strategy: matrix: