Skip to content

Commit

Permalink
Use hosted pool for publishing job (#7676)
Browse files Browse the repository at this point in the history
  • Loading branch information
riarenas authored Jul 27, 2021
1 parent cab4a3c commit 7c7c38b
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions eng/publishing/v3/publish-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,8 @@ jobs:
- name: AzDOAccount
value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.AzDOBuildAccount'] ]

# Using non-hosted build agents to (hopefully temporarily) work around OOMs
# See https://github.com/dotnet/core-eng/issues/13098 for context
${{ if eq(variables['System.TeamFoundationCollectionUri'], 'https://dev.azure.com/dnceng/') }}:
pool:
name: NetCoreInternal-Pool
queue: BuildPool.Server.Amd64.VS2019
${{ if ne(variables['System.TeamFoundationCollectionUri'], 'https://dev.azure.com/dnceng/') }}:
pool:
vmImage: 'windows-2019'
pool:
vmImage: 'windows-2019'
steps:
- task: DownloadBuildArtifacts@0
displayName: Download Build Assets
Expand Down

0 comments on commit 7c7c38b

Please sign in to comment.