Skip to content

Commit

Permalink
Use Prod pool provider (dotnet/core-setup#7571)
Browse files Browse the repository at this point in the history
Commit migrated from dotnet/core-setup@362cc2a
  • Loading branch information
mmitche authored Aug 5, 2019
1 parent f63be0d commit 23e8b6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eng/jobs/finalize-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
${{ if eq(variables['System.TeamProject'], 'public') }}:
name: Hosted VS2017
${{ if ne(variables['System.TeamProject'], 'public') }}:
name: NetCoreInternal-Int-Pool
name: NetCoreInternal-Pool
queue: buildpool.windows.10.amd64.vs2017
# Double the default timeout. Publishing is subject to huge delays due to contention on the dotnet-core blob feed
timeoutInMinutes: 120
Expand Down
2 changes: 1 addition & 1 deletion eng/pipelines/installer/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,5 +164,5 @@ stages:
- template: /eng/common/templates/job/publish-build-assets.yml
parameters:
pool:
name: NetCoreInternal-Int-Pool
name: NetCoreInternal-Pool
queue: buildpool.windows.10.amd64.vs2017

0 comments on commit 23e8b6d

Please sign in to comment.