From 0d376cf275aa998f68d22afdd566de6bf0cbf6ed Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Thu, 16 Jan 2025 13:53:48 +0100 Subject: [PATCH] Revert "Use Windows scouting image in VMR to unblock builds (#45857)" This reverts commit 6b3a36d7790618fef7a00f4cbcc5d80aeb371b7a. --- eng/pipelines/templates/variables/vmr-build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/eng/pipelines/templates/variables/vmr-build.yml b/eng/pipelines/templates/variables/vmr-build.yml index 575a5964d61d..b689b821f8e6 100644 --- a/eng/pipelines/templates/variables/vmr-build.yml +++ b/eng/pipelines/templates/variables/vmr-build.yml @@ -150,9 +150,8 @@ variables: value: Docker-Linux-Arm-Public - name: poolImage_Mac value: macos-13 - # TODO: Change back to preview image when it has a recent enough version of VS installed. - name: poolImage_Windows - value: windows.vs2022preview.scout.amd64.open + value: windows.vs2022preview.amd64.open - ${{ else }}: - ${{ if in(variables['Build.Reason'], 'PullRequest') }}: - name: defaultPoolName