Skip to content

Commit 9c965d2

Browse files
author
Sheyla Trudo
committed
fixup! Template
1 parent 2249b3c commit 9c965d2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.pipelines/pipeline.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,7 @@ stages:
7676
- task: 1ES.PublishPipelineArtifact@1
7777
inputs:
7878
artifactName: "output"
79-
pathtoPublish: "$(Build.ArtifactStagingDirectory)"
80-
condition: succeeded()
79+
targetPath: "$(Build.ArtifactStagingDirectory)"
8180

8281
- stage: containerize
8382
displayName: Build Images

0 commit comments

Comments
 (0)