We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9ef2cde + 6b3a36d commit e5b2359Copy full SHA for e5b2359
eng/pipelines/templates/variables/vmr-build.yml
@@ -150,8 +150,9 @@ variables:
150
value: Docker-Linux-Arm-Public
151
- name: poolImage_Mac
152
value: macos-13
153
+ # TODO: Change back to preview image when it has a recent enough version of VS installed.
154
- name: poolImage_Windows
- value: windows.vs2022preview.amd64.open
155
+ value: windows.vs2022preview.scout.amd64.open
156
- ${{ else }}:
157
- ${{ if in(variables['Build.Reason'], 'PullRequest') }}:
158
- name: defaultPoolName
0 commit comments