From 2ffa172411a17e3118edda5d644e3f75e19395dd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Dec 2021 12:46:47 -0600 Subject: [PATCH] [release/6.0] Use 1ES pool instead of deprecated windows image in "Publish to Build Asset Registry" job (#62839) MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit * Use 1ES pool instead of deprecated windows image in "Publish to Build Asset Registry" job * Use servicing 1ES pool Co-authored-by: Alexander Köplinger --- eng/pipelines/official/stages/publish.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eng/pipelines/official/stages/publish.yml b/eng/pipelines/official/stages/publish.yml index 10c6297..6ecc48c 100644 --- a/eng/pipelines/official/stages/publish.yml +++ b/eng/pipelines/official/stages/publish.yml @@ -19,7 +19,8 @@ stages: publishUsingPipelines: true dependsOn: PrepareSignedArtifacts pool: - vmImage: vs2017-win2016 + name: NetCore1ESPool-Svc-Internal + demands: ImageOverride -equals Build.Windows.10.Amd64.VS2019 # Stages-based publishing entry point - template: /eng/common/templates/post-build/post-build.yml -- 2.7.4