From 4d6d89618bae007e315109d1df8daed099898c28 Mon Sep 17 00:00:00 2001 From: Jon Fortescue Date: Mon, 22 Aug 2022 09:58:06 -0700 Subject: [PATCH] Move to new images --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index cb4e4e895..011244463 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -52,7 +52,7 @@ stages: vmImage: 'windows-latest' ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: name: NetCore1ESPool-Internal - demands: ImageOverride -equals Build.Windows.10.Amd64.VS2019 + demands: ImageOverride -equals windows.vs2019.amd64 variables: # Only enable publishing in official builds - ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: