Skip to content

Commit 8def589

Browse files
Updated codesign-xplat.yml - add job attempt number to log so failed job can be retried.
1 parent 74ce528 commit 8def589

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure/pipelines/jobs/codesign-xplat.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
$(_InternalRuntimeDownloadCodeSignArgs)
4646
displayName: Sign and publish packages
4747
artifacts:
48-
- name: CodeSign_Xplat_${{ parameters.inputName }}_Logs
48+
- name: CodeSign_Xplat_${{ parameters.inputName }}_Logs_Attempt_$(System.JobAttempt)
4949
path: artifacts/log/
5050
publishOnError: true
5151
includeForks: true

0 commit comments

Comments
 (0)