From 11a305c4afce490f80d54b8bcce272649622fd3c Mon Sep 17 00:00:00 2001 From: Ashish Kumar Singh Date: Mon, 13 Dec 2021 14:54:47 +0530 Subject: [PATCH] Change pools from internal to public --- eng/pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/pipeline.yml b/eng/pipeline.yml index 2b312a47322..5f9762ebf9d 100644 --- a/eng/pipeline.yml +++ b/eng/pipeline.yml @@ -34,10 +34,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-Int + name: NetCore1ESPool-Public demands: ImageOverride -equals Build.Windows.Amd64.VS2022.Pre.Open ${{ if eq(variables['System.TeamProject'], 'internal') }}: - name: NetCore1ESPool-Internal-Int + name: NetCore1ESPool-Internal demands: ImageOverride -equals Build.Windows.Amd64.VS2022.Pre variables: # needed for signing