Skip to content

Commit

Permalink
Append job attempt number to log artifact name to get rid of file exi…
Browse files Browse the repository at this point in the history
…sts failure on reattempts. (#99710)
  • Loading branch information
carlossanlop authored Mar 13, 2024
1 parent 19b190f commit 9a79d40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/pipelines/official/jobs/prepare-signed-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ parameters:
dependsOn: []
PublishRidAgnosticPackagesFromPlatform: ''
isOfficialBuild: false
logArtifactName: 'Logs-PrepareSignedArtifacts'
logArtifactName: 'Logs-PrepareSignedArtifacts_Attempt$(System.JobAttempt)'

jobs:
- job: PrepareSignedArtifacts
Expand Down

0 comments on commit 9a79d40

Please sign in to comment.