Skip to content

Commit e5b2359

Browse files
authored
Merge branch 'main' into JanKrivanek-patch-1
2 parents 9ef2cde + 6b3a36d commit e5b2359

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

eng/pipelines/templates/variables/vmr-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,9 @@ variables:
150150
value: Docker-Linux-Arm-Public
151151
- name: poolImage_Mac
152152
value: macos-13
153+
# TODO: Change back to preview image when it has a recent enough version of VS installed.
153154
- name: poolImage_Windows
154-
value: windows.vs2022preview.amd64.open
155+
value: windows.vs2022preview.scout.amd64.open
155156
- ${{ else }}:
156157
- ${{ if in(variables['Build.Reason'], 'PullRequest') }}:
157158
- name: defaultPoolName

0 commit comments

Comments
 (0)