Skip to content

Commit

Permalink
Adding succeed condition to PublishPipelineArtifacts (#3641)
Browse files Browse the repository at this point in the history
Co-authored-by: azfuncgh <azfuncgh@github.com>
  • Loading branch information
VpOfEngineering and azfuncgh committed Apr 16, 2024
1 parent 7147148 commit 62d4983
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ jobs:
IntegrationBuildNumber: $(INTEGRATIONBUILDNUMBER)
displayName: 'Move artifacts'
- task: PublishPipelineArtifact@1
condition: succeeded()
inputs:
targetPath: '$(Build.ArtifactStagingDirectory)'
artifactName: 'drop'
Expand Down

0 comments on commit 62d4983

Please sign in to comment.