diff --git a/eng/publishing/v3/publish-assets.yml b/eng/publishing/v3/publish-assets.yml index 17c85fba28b..e31f4470b45 100644 --- a/eng/publishing/v3/publish-assets.yml +++ b/eng/publishing/v3/publish-assets.yml @@ -24,8 +24,11 @@ jobs: value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.AzDOBuildId'] ] - 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 pool: - vmImage: 'windows-2019' + name: NetCoreInternal-Pool + queue: BuildPool.Server.Amd64.VS2019 steps: - task: DownloadBuildArtifacts@0 displayName: Download Build Assets