From 8b45f474b06c1745fd8df2fd4d30ff5a1b1bc337 Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Fri, 10 Jan 2025 10:09:38 +0100 Subject: [PATCH] Use Windows scouting image in VMR to unblock builds --- eng/pipelines/templates/variables/vmr-build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eng/pipelines/templates/variables/vmr-build.yml b/eng/pipelines/templates/variables/vmr-build.yml index b689b821f8e6..575a5964d61d 100644 --- a/eng/pipelines/templates/variables/vmr-build.yml +++ b/eng/pipelines/templates/variables/vmr-build.yml @@ -150,8 +150,9 @@ 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.amd64.open + value: windows.vs2022preview.scout.amd64.open - ${{ else }}: - ${{ if in(variables['Build.Reason'], 'PullRequest') }}: - name: defaultPoolName