From 2a334d19ddfa9738882ca9d2f07a271df223b3d1 Mon Sep 17 00:00:00 2001 From: "Brett V. Forsgren" Date: Thu, 21 Jul 2022 11:10:21 -0600 Subject: [PATCH] update build machine image names --- .vsts-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vsts-ci.yml b/.vsts-ci.yml index b5cf878ec7..2ca94b5e96 100644 --- a/.vsts-ci.yml +++ b/.vsts-ci.yml @@ -39,10 +39,10 @@ stages: # Will eventually change this to two BYOC pools. ${{ if ne(variables['System.TeamProject'], 'internal') }}: name: NetCore1ESPool-Public - demands: ImageOverride -equals Build.Windows.10.Amd64.VS2019.Open + demands: ImageOverride -equals windows.vs2022.amd64.open ${{ if eq(variables['System.TeamProject'], 'internal') }}: name: NetCore1ESPool-Internal - demands: ImageOverride -equals Build.Windows.10.Amd64.VS2019 + demands: ImageOverride -equals windows.vs2022.amd64 variables: # Only enable publishing in official builds. - ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: