We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 842f4d7 commit a9aa23aCopy full SHA for a9aa23a
eng/pipelines/official/stages/publish.yml
@@ -19,7 +19,8 @@ stages:
19
publishUsingPipelines: true
20
dependsOn: PrepareSignedArtifacts
21
pool:
22
- vmImage: vs2017-win2016
+ name: NetCore1ESPool-Internal
23
+ demands: ImageOverride -equals Build.Windows.10.Amd64.VS2019
24
25
# Stages-based publishing entry point
26
- template: /eng/common/templates/post-build/post-build.yml
0 commit comments