Skip to content

Commit c922529

Browse files
authored
Move windows build machines to NetCorePublic-Pool. (#4375)
* Move windows build machines to NetCorePublic-Pool. * PR feedback. * PR feedback.
1 parent 6d192b6 commit c922529

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.vsts-dotnet-ci.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ jobs:
6565
name: Windows_x64_NetCoreApp21
6666
buildScript: build.cmd
6767
pool:
68-
name: Hosted VS2017
68+
name: NetCorePublic-Pool
69+
queue: buildpool.windows.10.amd64.vs2017.open
6970

7071
- template: /build/ci/job-template.yml
7172
parameters:
@@ -81,12 +82,14 @@ jobs:
8182
_config_short: RFX
8283
_includeBenchmarkData: false
8384
pool:
84-
name: Hosted VS2017
85+
name: NetCorePublic-Pool
86+
queue: buildpool.windows.10.amd64.vs2017.open
8587

8688
- template: /build/ci/job-template.yml
8789
parameters:
8890
name: Windows_x86_NetCoreApp21
8991
architecture: x86
9092
buildScript: build.cmd
9193
pool:
92-
name: Hosted VS2017
94+
name: NetCorePublic-Pool
95+
queue: buildpool.windows.10.amd64.vs2017.open

0 commit comments

Comments
 (0)