From 33c5cca631267a5522afe2a51c9fded59369ff87 Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Mon, 24 Jan 2022 16:28:42 -0800 Subject: [PATCH] Fix publish-build-assets.yml job (#13109) Since this repo doesn't use the jobs.yml template, when it calls the publish-build-assets.yml template it needs to specify a pool. --- .vsts-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.vsts-ci.yml b/.vsts-ci.yml index cc77830a0..292327b55 100644 --- a/.vsts-ci.yml +++ b/.vsts-ci.yml @@ -378,6 +378,9 @@ stages: - Source_Build_Managed - Source_Build_Create_Tarball publishUsingPipelines: true + pool: + name: NetCore1ESPool-Internal + demands: ImageOverride -equals build.windows.10.amd64.vs2019 - ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: - template: eng\common\templates\post-build\post-build.yml