From 200ae5e36e45b65d6499366399ad2702ccb4f6a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Laban?= Date: Wed, 13 Nov 2024 22:33:17 -0500 Subject: [PATCH] chore: Bump to pool Windows2022-20241021-1, use vs17.12 --- .vsts-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vsts-ci.yml b/.vsts-ci.yml index 06d37df6a01c..04e2a038c894 100644 --- a/.vsts-ci.yml +++ b/.vsts-ci.yml @@ -53,7 +53,7 @@ variables: DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true windows2019HostedVMImage: 'windows-2019' windows2022HostedVMImage: 'windows-2022' - windowsScaledPool: 'Windows2022-20240421' + windowsScaledPool: 'Windows2022-20241021-1' linuxVMImage: 'ubuntu-latest' linuxScaledPool: 'Ubuntu2204-20230918' macOSVMImage: 'macOS-15'