Skip to content

Commit

Permalink
Move one more 20H2 queue to server 2022
Browse files Browse the repository at this point in the history
Fix one more instance not covered by dotnet#64827.
This should fix the same failure in runtime-extra-platforms.
  • Loading branch information
sbomer committed Feb 7, 2022
1 parent 116ee71 commit a147611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/pipelines/libraries/helix-queues-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ jobs:
- ${{ if or(ne(parameters.jobParameters.testScope, 'outerloop'), ne(parameters.jobParameters.runtimeFlavor, 'mono')) }}:
- ${{ if or(eq(parameters.jobParameters.isExtraPlatforms, true), eq(parameters.jobParameters.includeAllPlatforms, true)) }}:
- Windows.10.Amd64.ServerRS5.Open
- Windows.10.Amd64.Server20H2.Open
- Windows.Amd64.Server2022.Open
- ${{ if or(ne(parameters.jobParameters.isExtraPlatforms, true), eq(parameters.jobParameters.includeAllPlatforms, true)) }}:
- Windows.10.Amd64.Server19H1.ES.Open
- Windows.7.Amd64.Open
Expand Down

0 comments on commit a147611

Please sign in to comment.