Skip to content

Commit b305ce9

Browse files
authored
Use Server Windows queues for 19H1 (#107)
1 parent ca2dec4 commit b305ce9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

eng/pipelines/libraries/windows.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,10 @@ stages:
8989
- netFxQueues: Windows.10.Amd64.Client19H1.Open
9090

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

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

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

124124
variables:
125-
- allConfigurationsQueues: Windows.10.Amd64.ClientRS5.Open
125+
- allConfigurationsQueues: Windows.10.Amd64.Server19H1.Open
126126

127127
frameworkArg: -allConfigurations
128128
customBuildSteps:

0 commit comments

Comments
 (0)