Skip to content

Commit

Permalink
Use Server Windows queues for 19H1 (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
ViktorHofer authored Nov 18, 2019
1 parent ca2dec4 commit b305ce9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions eng/pipelines/libraries/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,10 @@ stages:
- netFxQueues: Windows.10.Amd64.Client19H1.Open

- ${{ if eq(parameters.fullMatrix, 'false') }}:
- netcoreappWindowsQueues: Windows.7.Amd64.Open+Windows.81.Amd64.Open+Windows.10.Amd64.Client19H1.ES.Open
- netcoreappWindowsQueues: Windows.7.Amd64.Open+Windows.81.Amd64.Open+Windows.10.Amd64.Server19H1.ES.Open

- ${{ if eq(parameters.fullMatrix, 'true') }}:
- netcoreappWindowsQueues: Windows.7.Amd64.Open+Windows.81.Amd64.Open+Windows.10.Amd64.ServerRS5.Open+Windows.10.Amd64.Client19H1.Open
- netcoreappWindowsQueues: Windows.7.Amd64.Open+Windows.81.Amd64.Open+Windows.10.Amd64.ServerRS5.Open+Windows.10.Amd64.Server19H1.Open

# There is no point of running legs without outerloop tests, when in an outerloop build.
- ${{ if and(ne(parameters.testScope, 'outerloop'), ne(parameters.testScope, 'all')) }}:
Expand Down Expand Up @@ -122,7 +122,7 @@ stages:
buildExtraArguments: /p:RuntimeOS=win10

variables:
- allConfigurationsQueues: Windows.10.Amd64.ClientRS5.Open
- allConfigurationsQueues: Windows.10.Amd64.Server19H1.Open

frameworkArg: -allConfigurations
customBuildSteps:
Expand Down

0 comments on commit b305ce9

Please sign in to comment.