File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -105,9 +105,10 @@ jobs:
105105
106106 - task : 1ES.PublishPipelineArtifact@1
107107 condition : succeededOrFailed()
108+ continueOnError : true
108109 inputs :
109110 targetPath : ' $(Build.SourcesDirectory)/TestLogs'
110- artifactName : ' TestLogs '
111+ artifactName : ' TestLogs_$(System.JobAttempt) '
111112 artifactType : ' pipeline'
112113
113114 - template : ci/sign-files.yml@eng
Original file line number Diff line number Diff line change 6464
6565 - task : 1ES.PublishPipelineArtifact@1
6666 condition : succeededOrFailed()
67+ continueOnError : true
6768 inputs :
6869 targetPath : ' $(Build.SourcesDirectory)/TestLogs'
69- artifactName : ' TestLogs '
70+ artifactName : ' TestLogs_$(System.JobAttempt) '
7071 artifactType : ' pipeline'
7172
7273 - task : PublishTestResults@2
You can’t perform that action at this time.
0 commit comments