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 9af5685 commit 1b13da6Copy full SHA for 1b13da6
.azure-pipelines/ci-build-production.yml
@@ -32,9 +32,10 @@ extends:
32
- job: job
33
templateContext:
34
outputs:
35
- - output: build-drop
36
- displayName: 'Publish Artifact: drop'
+ - output: pipelineArtifact
+ displayName: 'Publish Artifact drop'
37
targetPath: '$(Build.ArtifactStagingDirectory)'
38
+ artifactName: build-drop
39
steps:
40
- checkout: self
41
displayName: checkout main
0 commit comments