Skip to content

Commit 1b13da6

Browse files
committed
Update ci-build-production.yml for Azure Pipelines
1 parent 9af5685 commit 1b13da6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.azure-pipelines/ci-build-production.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,10 @@ extends:
3232
- job: job
3333
templateContext:
3434
outputs:
35-
- output: build-drop
36-
displayName: 'Publish Artifact: drop'
35+
- output: pipelineArtifact
36+
displayName: 'Publish Artifact drop'
3737
targetPath: '$(Build.ArtifactStagingDirectory)'
38+
artifactName: build-drop
3839
steps:
3940
- checkout: self
4041
displayName: checkout main

0 commit comments

Comments
 (0)