Skip to content

Commit 0de7023

Browse files
[release/8.0-staging] Update CI builds to not use VS Previews (#100622)
* Update CI to use Release VS2022. * fixing incorrect deletion --------- Co-authored-by: Manish Godse <[email protected]>
1 parent 2b94204 commit 0de7023

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eng/pipelines/common/xplat-setup.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,12 +168,12 @@ 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.vs2022preview.amd64
171+
demands: ImageOverride -equals windows.vs2022.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')) }}:
175175
name: $(DncEngPublicBuildPool)
176-
demands: ImageOverride -equals windows.vs2022preview.amd64.open
176+
demands: ImageOverride -equals windows.vs2022.amd64.open
177177

178178

179179
${{ if eq(parameters.helixQueuesTemplate, '') }}:

0 commit comments

Comments
 (0)