From 16b2f8f8f7db296cf22e272ff1ee944e8011223c Mon Sep 17 00:00:00 2001 From: Joey Robichaud Date: Tue, 12 Apr 2022 14:45:46 -0700 Subject: [PATCH 1/2] Use 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 42b8d133f58da..4a9f4d807ea24 100644 --- a/azure-pipelines-official.yml +++ b/azure-pipelines-official.yml @@ -79,7 +79,7 @@ stages: displayName: Build and Test pool: name: NetCore1ESPool-Svc-Internal - demands: ImageOverride -equals Build.Server.Amd64.VS2019 + demands: ImageOverride -equals Build.Server.Amd64.VS2022 jobs: - ${{ if eq(variables['Build.SourceBranch'], 'refs/heads/release/dev17.2') }}: From 1a20e23aa1043e979e7fafd614373ac8a2eb83be Mon Sep 17 00:00:00 2001 From: Joey Robichaud Date: Tue, 12 Apr 2022 15:08:06 -0700 Subject: [PATCH 2/2] Fix image name --- 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 4a9f4d807ea24..1d6c23efa926a 100644 --- a/azure-pipelines-official.yml +++ b/azure-pipelines-official.yml @@ -79,7 +79,7 @@ stages: displayName: Build and Test pool: name: NetCore1ESPool-Svc-Internal - demands: ImageOverride -equals Build.Server.Amd64.VS2022 + demands: ImageOverride -equals Build.Windows.Amd64.VS2022 jobs: - ${{ if eq(variables['Build.SourceBranch'], 'refs/heads/release/dev17.2') }}: