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:
105
105
106
106
- task : 1ES.PublishPipelineArtifact@1
107
107
condition : succeededOrFailed()
108
+ continueOnError : true
108
109
inputs :
109
110
targetPath : ' $(Build.SourcesDirectory)/TestLogs'
110
- artifactName : ' TestLogs '
111
+ artifactName : ' TestLogs_$(System.JobAttempt) '
111
112
artifactType : ' pipeline'
112
113
113
114
- template : ci/sign-files.yml@eng
Original file line number Diff line number Diff line change 64
64
65
65
- task : 1ES.PublishPipelineArtifact@1
66
66
condition : succeededOrFailed()
67
+ continueOnError : true
67
68
inputs :
68
69
targetPath : ' $(Build.SourcesDirectory)/TestLogs'
69
- artifactName : ' TestLogs '
70
+ artifactName : ' TestLogs_$(System.JobAttempt) '
70
71
artifactType : ' pipeline'
71
72
72
73
- task : PublishTestResults@2
You can’t perform that action at this time.
0 commit comments