From 0ce940de6dca8a14b77b4eaac1bdefe12c67f489 Mon Sep 17 00:00:00 2001 From: Jon Fortescue Date: Mon, 4 Oct 2021 19:40:38 -0700 Subject: [PATCH] Switch to 1ES R&D poools on main (#1193) --- azure-pipelines.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 80e2251f..d4229aa7 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -46,11 +46,11 @@ stages: - job: Windows pool: ${{ if eq(variables['System.TeamProject'], 'public') }}: - name: NetCorePublic-Pool - queue: BuildPool.Server.Amd64.VS2019.Open + name: NetCore1ESPool-Public + demands: ImageOverride -equals Build.Server.Amd64.VS2019.Open ${{ if ne(variables['System.TeamProject'], 'public') }}: - name: NetCoreInternal-Pool - queue: BuildPool.Server.Amd64.VS2019 + name: NetCore1ESPool-Internal + demands: ImageOverride -equals Build.Server.Amd64.VS2019 variables: