Use Prod pool provider (dotnet/core-setup#7571)
authorMatt Mitchell <mmitche@microsoft.com>
Mon, 5 Aug 2019 19:17:55 +0000 (12:17 -0700)
committerGitHub <noreply@github.com>
Mon, 5 Aug 2019 19:17:55 +0000 (12:17 -0700)
Commit migrated from https://github.com/dotnet/core-setup/commit/362cc2a93cfceaeb5e135503123eb7f09586bd03

eng/jobs/finalize-publish.yml
eng/pipelines/installer/azure-pipelines.yml

index 53060aa..82db760 100644 (file)
@@ -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
index 64037bf..1181395 100644 (file)
@@ -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