Skip to content

Commit 16adbaf

Browse files
committed
Merge in 'release/2.1' changes
2 parents 13e19e5 + 4ed06cc commit 16adbaf

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
jobs:
22
- template: matrix.yml
33
parameters:
4-
windowsPoolName: dotnet-internal-temp
4+
windowsPoolName: NetCoreInternal-Int-Pool
5+
windowsQueueName: buildpool.windows.10.amd64.vs2017

.vsts.pipelines/builds/matrix.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
# Offline: The leg produces a tarball then builds it offline. Network disconnected using Docker.
77

88
parameters:
9-
windowsPoolName: dotnet-external-temp
9+
windowsPoolName: NetCorePublic-Int-Pool
10+
windowsQueueName: buildpool.windows.10.amd64.vs2017.open
1011

1112
jobs:
1213
- template: ../jobs/ci-linux.yml
@@ -57,6 +58,7 @@ jobs:
5758
job: windows
5859
pool:
5960
name: ${{ parameters.windowsPoolName }}
61+
queue: ${{ parameters.windowsQueueName }}
6062
scriptPrefix: ''
6163
scriptSuffix: .cmd
6264
setupWindows: true

0 commit comments

Comments
 (0)