File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
jobs :
2
2
- template : matrix.yml
3
3
parameters :
4
- windowsPoolName : dotnet-internal-temp
4
+ windowsPoolName : NetCoreInternal-Int-Pool
5
+ windowsQueueName : buildpool.windows.10.amd64.vs2017
Original file line number Diff line number Diff line change 6
6
# Offline: The leg produces a tarball then builds it offline. Network disconnected using Docker.
7
7
8
8
parameters :
9
- windowsPoolName : dotnet-external-temp
9
+ windowsPoolName : NetCorePublic-Int-Pool
10
+ windowsQueueName : buildpool.windows.10.amd64.vs2017.open
10
11
11
12
jobs :
12
13
- template : ../jobs/ci-linux.yml
57
58
job : windows
58
59
pool :
59
60
name : ${{ parameters.windowsPoolName }}
61
+ queue : ${{ parameters.windowsQueueName }}
60
62
scriptPrefix : ' '
61
63
scriptSuffix : .cmd
62
64
setupWindows : true
You can’t perform that action at this time.
0 commit comments