We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c261799 commit 861b017Copy full SHA for 861b017
.azure-pipelines/ci-build-production.yml
@@ -21,7 +21,7 @@ extends:
21
template: v1/1ES.Official.PipelineTemplate.yml@1ESPipelineTemplates
22
parameters:
23
pool:
24
- name: 1ESPT-Pool-Name-Placeholder
+ name: Azure-Pipelines-1ESPT-ExDShared
25
image: windows-latest
26
os: windows
27
customBuildTags:
@@ -34,6 +34,7 @@ extends:
34
outputs:
35
- output: pipelineArtifact
36
displayName: 'Publish Artifact: drop'
37
+ targetPath: '$(Build.ArtifactStagingDirectory)'
38
steps:
39
- checkout: self
40
displayName: checkout main
0 commit comments