File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -150,11 +150,6 @@ stages:
150150
151151 - template : steps/generate-spdx-documents.yml
152152
153- - publish : $(temp_spdx_reports_path)
154- artifact : SPDX
155- displayName : ' Publish SPDX reports'
156- condition : always()
157-
158153 # Collect test and build stages together before the release stages to provide a pass/fail point for the status badge.
159154 - stage : CiCheckpoint
160155 displayName : ' CI Checkpoint'
Original file line number Diff line number Diff line change 1010
1111 - script : |
1212 license-files
13- displayName: 'Add copyright/licence notice.'
13+ displayName: 'Add copyright/licence notice.'
14+
15+ - publish : $(temp_spdx_reports_path)
16+ artifact : SPDX
17+ displayName : ' Publish SPDX reports'
18+ condition : always()
Original file line number Diff line number Diff line change 1+ Refactored CI job to ensure licensing artifacts are uploaded no matter the result of the reporting.
You can’t perform that action at this time.
0 commit comments