Skip to content

Commit

Permalink
Update CI builds to not use VS Previews (#100598)
Browse files Browse the repository at this point in the history
* Update CI to use Release VS2022.
  • Loading branch information
mangod9 authored Apr 3, 2024
1 parent 1c19033 commit ac7f025
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 @@ -181,12 +181,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 ac7f025

Please sign in to comment.