Update windows-build.yml: use non-Int pool provider (dotnet/core-setup#6408)
authorDivino César <disoares@microsoft.com>
Tue, 14 May 2019 15:27:59 +0000 (08:27 -0700)
committerDavis Goodin <dagood@users.noreply.github.com>
Tue, 14 May 2019 15:27:59 +0000 (08:27 -0700)
Commit migrated from https://github.com/dotnet/core-setup/commit/f3a3a80e360a2f7802e925ff59c63f9b6afcd6ca

eng/jobs/windows-build.yml

index 578a836..9ea1c04 100644 (file)
@@ -13,12 +13,12 @@ jobs:
       # Use a hosted pool when possible.
       ${{ if eq(variables['System.TeamProject'], 'public') }}:
         ${{ if contains(parameters.targetArchitecture, 'arm') }}:
-          name: NetCorePublic-Int-Pool
+          name: NetCorePublic-Pool
           queue: buildpool.windows.10.amd64.vs2017.open
         ${{ if not(contains(parameters.targetArchitecture, 'arm')) }}:
           name: Hosted VS2017
       ${{ if ne(variables['System.TeamProject'], 'public') }}:
-        name: NetCoreInternal-Int-Pool
+        name: NetCoreInternal-Pool
         queue: buildpool.windows.10.amd64.vs2017
     strategy:
       matrix: 
@@ -221,4 +221,4 @@ jobs:
         PathtoPublish: '$(Build.StagingDirectory)\BuildLogs'
         ArtifactName: ${{ parameters.displayName }}-$(_BuildConfig)
       continueOnError: true
-      condition: succeededOrFailed()
\ No newline at end of file
+      condition: succeededOrFailed()