We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6a5dad commit c78895eCopy full SHA for c78895e
.ci/ci_release.yml
@@ -306,6 +306,13 @@ stages:
306
codeBaseName: 'PowerShellGet_210306'
307
# selections
308
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
316
317
- stage: Test
318
displayName: Test Package
0 commit comments