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 2249b3c commit 9c965d2Copy full SHA for 9c965d2
.pipelines/pipeline.yaml
@@ -76,8 +76,7 @@ stages:
76
- task: 1ES.PublishPipelineArtifact@1
77
inputs:
78
artifactName: "output"
79
- pathtoPublish: "$(Build.ArtifactStagingDirectory)"
80
- condition: succeeded()
+ targetPath: "$(Build.ArtifactStagingDirectory)"
81
82
- stage: containerize
83
displayName: Build Images
0 commit comments