Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .vsts.pipelines/builds/ci-internal.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
jobs:
- template: matrix.yml
parameters:
windowsPoolName: NetCoreInternal-Int-Pool
windowsPoolName: NetCoreInternal-Pool
windowsQueueName: buildpool.windows.10.amd64.vs2017
2 changes: 1 addition & 1 deletion .vsts.pipelines/builds/matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Offline: The leg produces a tarball then builds it offline. Network disconnected using Docker.

parameters:
windowsPoolName: NetCorePublic-Int-Pool
windowsPoolName: NetCorePublic-Pool
windowsQueueName: buildpool.windows.10.amd64.vs2017.open

jobs:
Expand Down