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