We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3da9418 commit 4ed06ccCopy full SHA for 4ed06cc
.vsts.pipelines/builds/ci-internal.yml
@@ -1,4 +1,5 @@
1
jobs:
2
- template: matrix.yml
3
parameters:
4
- windowsPoolName: dotnet-internal-temp
+ windowsPoolName: NetCoreInternal-Int-Pool
5
+ windowsQueueName: buildpool.windows.10.amd64.vs2017
.vsts.pipelines/builds/matrix.yml
@@ -6,7 +6,8 @@
6
# Offline: The leg produces a tarball then builds it offline. Network disconnected using Docker.
7
8
9
- windowsPoolName: dotnet-external-temp
+ windowsPoolName: NetCorePublic-Int-Pool
10
+ windowsQueueName: buildpool.windows.10.amd64.vs2017.open
11
12
13
- template: ../jobs/ci-linux.yml
@@ -57,6 +58,7 @@ jobs:
57
58
job: windows
59
pool:
60
name: ${{ parameters.windowsPoolName }}
61
+ queue: ${{ parameters.windowsQueueName }}
62
scriptPrefix: ''
63
scriptSuffix: .cmd
64
setupWindows: true
0 commit comments