Skip to content

Commit 54cbabc

Browse files
Update windows queue to vs2022preview (#94921)
Co-authored-by: Juan Hoyos <[email protected]>
1 parent 4a8e14a commit 54cbabc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/pipelines/common/xplat-setup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ jobs:
168168
# Official Build Windows Pool
169169
${{ if and(or(eq(parameters.osGroup, 'windows'), eq(parameters.jobParameters.hostedOs, 'windows')), ne(variables['System.TeamProject'], 'public')) }}:
170170
name: $(DncEngInternalBuildPool)
171-
demands: ImageOverride -equals windows.vs2022.amd64
171+
demands: ImageOverride -equals windows.vs2022preview.amd64
172172

173173
# Public Windows Build Pool
174174
${{ if and(or(eq(parameters.osGroup, 'windows'), eq(parameters.jobParameters.hostedOs, 'windows')), eq(variables['System.TeamProject'], 'public')) }}:

0 commit comments

Comments
 (0)