From 720a4b4dc8f874a14481186c8e25c7a81fac88cd Mon Sep 17 00:00:00 2001 From: William Godbe Date: Fri, 19 Sep 2025 11:16:44 -0700 Subject: [PATCH 1/2] Update build image from VS2019 to VS2022 --- eng/templates/default-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/templates/default-build.yml b/eng/templates/default-build.yml index 7000a4dad..c6586915b 100644 --- a/eng/templates/default-build.yml +++ b/eng/templates/default-build.yml @@ -8,7 +8,7 @@ jobs: ${{ if eq(variables['System.TeamProject'], 'public') }}: pool: name: NetCore-Svc-Public - demands: ImageOverride -equals windows.vs2019.amd64.open + demands: ImageOverride -equals windows.vs2022.amd64.open timeoutInMinutes: 30 strategy: From b4b62b2b047bcbd7e94c9aa6c0f3d13c5fcbfb25 Mon Sep 17 00:00:00 2001 From: William Godbe Date: Fri, 19 Sep 2025 11:17:05 -0700 Subject: [PATCH 2/2] Update Azure Pipelines image to Windows 2022 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6f110512d..f76a8ac19 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -41,7 +41,7 @@ extends: enabled: true pool: name: NetCore1ESPool-Svc-Internal - image: 1es-windows-2019 + image: 1es-windows-2022 os: windows stages: - stage: build