Skip to content

Commit c78895e

Browse files
authored
Add CI notice generator (#529)
1 parent e6a5dad commit c78895e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.ci/ci_release.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,13 @@ stages:
306306
codeBaseName: 'PowerShellGet_210306'
307307
# selections
308308
APIScan: false # set to false when not using Windows APIs
309+
# Generate the third party notice file after component detection
310+
- task: msospo.ospo-extension.8d7f9abb-6896-461d-9e25-4f74ed65ddb2.notice@0
311+
displayName: 'Third Party Notice File Generator'
312+
inputs:
313+
outputfile: ThirdPartyNotice
314+
# output format can be html or text
315+
outputformat: text
309316

310317
- stage: Test
311318
displayName: Test Package

0 commit comments

Comments
 (0)