Skip to content
This repository was archived by the owner on Jun 14, 2024. It is now read-only.

Commit 8d1cd33

Browse files
author
unknown
committed
Build Updates 3
1 parent 544c3ed commit 8d1cd33

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

azure-pipelines-release.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,17 @@ stages:
8686
8787
- publish: $(System.ArtifactsDirectory)\Microsoft.PowerShell.IoT.zip
8888
artifact: SignedModule
89+
90+
- template: assembly-module-compliance.yml@ComplianceRepo
91+
parameters:
92+
# component-governance
93+
sourceScanPath: '$(signOutPath)'
94+
# credscan
95+
suppressionsFile: ''
96+
# TermCheck
97+
optionsRulesDBPath: ''
98+
optionsFTPath: ''
99+
# tsa-upload
100+
codeBaseName: 'Microsoft.PowerShell.IoT_20220214'
101+
# selections
102+
APIScan: false # set to false when not using Windows APIs.

0 commit comments

Comments
 (0)