From 00b28f8107afac3c30c5e190ef89f5a5ec141240 Mon Sep 17 00:00:00 2001 From: Joey Robichaud Date: Wed, 3 Nov 2021 13:28:20 -0700 Subject: [PATCH] Revert move to VS2022 for official build. --- azure-pipelines-official.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines-official.yml b/azure-pipelines-official.yml index b4a25c41026e9..6572395e03a4c 100644 --- a/azure-pipelines-official.yml +++ b/azure-pipelines-official.yml @@ -83,7 +83,7 @@ stages: timeoutInMinutes: 360 pool: name: NetCore1ESPool-Svc-Internal - demands: ImageOverride -equals Build.Windows.Amd64.VS2022.Pre + demands: ImageOverride -equals Build.Server.Amd64.VS2019 steps: - powershell: Write-Host "##vso[task.setvariable variable=SourceBranchName]$('$(Build.SourceBranch)'.Substring('refs/heads/'.Length))"