From 82273cb56c83b589e8e5b63da0ac9745ffc6e105 Mon Sep 17 00:00:00 2001 From: Jon Fortescue Date: Thu, 23 Sep 2021 14:03:07 -0700 Subject: [PATCH] Switch to 1ES servicing pools on release/dotnet6 --- .vsts-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.vsts-ci.yml b/.vsts-ci.yml index b82d120b0f..962c50693b 100644 --- a/.vsts-ci.yml +++ b/.vsts-ci.yml @@ -39,11 +39,11 @@ stages: # For public or PR jobs, use the hosted pool. For internal jobs use the internal pool. # Will eventually change this to two BYOC pools. ${{ if ne(variables['System.TeamProject'], 'internal') }}: - name: NetCorePublic-Pool - queue: BuildPool.Windows.10.Amd64.VS2019.Open + name: NetCore1ESPool-Svc-Public + demands: ImageOverride -equals Build.Windows.10.Amd64.VS2019.Open ${{ if eq(variables['System.TeamProject'], 'internal') }}: - name: NetCoreInternal-Pool - queue: BuildPool.Windows.10.Amd64.VS2019 + name: NetCore1ESPool-Svc-Internal + demands: ImageOverride -equals Build.Windows.10.Amd64.VS2019 variables: # Only enable publishing in official builds. - ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: