Skip to content

Commit

Permalink
[release/8.0-staging] Update CI builds to not use VS Previews (#100622)
Browse files Browse the repository at this point in the history
* Update CI to use Release VS2022.

* fixing incorrect deletion

---------

Co-authored-by: Manish Godse <[email protected]>
  • Loading branch information
github-actions[bot] and mangod9 authored Apr 10, 2024
1 parent 2b94204 commit 0de7023
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eng/pipelines/common/xplat-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,12 +168,12 @@ jobs:
# Official Build Windows Pool
${{ if and(or(eq(parameters.osGroup, 'windows'), eq(parameters.jobParameters.hostedOs, 'windows')), ne(variables['System.TeamProject'], 'public')) }}:
name: $(DncEngInternalBuildPool)
demands: ImageOverride -equals windows.vs2022preview.amd64
demands: ImageOverride -equals windows.vs2022.amd64

# Public Windows Build Pool
${{ if and(or(eq(parameters.osGroup, 'windows'), eq(parameters.jobParameters.hostedOs, 'windows')), eq(variables['System.TeamProject'], 'public')) }}:
name: $(DncEngPublicBuildPool)
demands: ImageOverride -equals windows.vs2022preview.amd64.open
demands: ImageOverride -equals windows.vs2022.amd64.open


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

0 comments on commit 0de7023

Please sign in to comment.