From d5aa2cf002ac7c96deff375281a134027aa6821e Mon Sep 17 00:00:00 2001 From: Matt Galbraith Date: Fri, 19 Feb 2021 11:48:40 -0800 Subject: [PATCH] Special branch to work around https://github.com/dotnet/arcade/issues/6987 . Try to keep this rebased off master if publishing changes. SHould be deleted after runtime is unblocked. --- eng/publishing/v3/publish-assets.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eng/publishing/v3/publish-assets.yml b/eng/publishing/v3/publish-assets.yml index d85ed016963..e6e7c068510 100644 --- a/eng/publishing/v3/publish-assets.yml +++ b/eng/publishing/v3/publish-assets.yml @@ -23,7 +23,8 @@ jobs: - name: AzDOBuildId value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.AzDOBuildId'] ] pool: - vmImage: 'windows-2019' + name: NetCoreInternal-Pool + queue: buildpool.server.amd64.vs2019 steps: - task: DownloadBuildArtifacts@0 displayName: Download Build Assets