Skip to content

Commit

Permalink
Move windows build machines to NetCorePublic-Pool. (#4375)
Browse files Browse the repository at this point in the history
* Move windows build machines to NetCorePublic-Pool.

* PR feedback.

* PR feedback.
  • Loading branch information
codemzs authored Oct 24, 2019
1 parent 6d192b6 commit c922529
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .vsts-dotnet-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ jobs:
name: Windows_x64_NetCoreApp21
buildScript: build.cmd
pool:
name: Hosted VS2017
name: NetCorePublic-Pool
queue: buildpool.windows.10.amd64.vs2017.open

- template: /build/ci/job-template.yml
parameters:
Expand All @@ -81,12 +82,14 @@ jobs:
_config_short: RFX
_includeBenchmarkData: false
pool:
name: Hosted VS2017
name: NetCorePublic-Pool
queue: buildpool.windows.10.amd64.vs2017.open

- template: /build/ci/job-template.yml
parameters:
name: Windows_x86_NetCoreApp21
architecture: x86
buildScript: build.cmd
pool:
name: Hosted VS2017
name: NetCorePublic-Pool
queue: buildpool.windows.10.amd64.vs2017.open

0 comments on commit c922529

Please sign in to comment.