Skip to content

Commit a9aa23a

Browse files
committed
Use 1ES pool instead of deprecated windows image in "Publish to Build Asset Registry" job
1 parent 842f4d7 commit a9aa23a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

eng/pipelines/official/stages/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ stages:
1919
publishUsingPipelines: true
2020
dependsOn: PrepareSignedArtifacts
2121
pool:
22-
vmImage: vs2017-win2016
22+
name: NetCore1ESPool-Internal
23+
demands: ImageOverride -equals Build.Windows.10.Amd64.VS2019
2324

2425
# Stages-based publishing entry point
2526
- template: /eng/common/templates/post-build/post-build.yml

0 commit comments

Comments
 (0)