Skip to content

Commit

Permalink
Add unique suffix to artifact name
Browse files Browse the repository at this point in the history
This will allow us to rerun a build without getting an error that the
artifact was already published
  • Loading branch information
bdukes committed Jul 26, 2022
1 parent 327b1f5 commit 6420236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,5 +121,5 @@ steps:
failTaskOnFailedTests: true
condition: always()

- publish: 'Artifacts'
- publish: 'Artifacts$(System.JobAttempt)'
condition: always()

0 comments on commit 6420236

Please sign in to comment.