We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e5f6b2 commit 08693a7Copy full SHA for 08693a7
.vsts-ci/templates/release-general.yml
@@ -26,6 +26,14 @@ steps:
26
27
- checkout: self
28
29
+- template: Sbom.yml@ComplianceRepo
30
+ parameters:
31
+ BuildDropPath: $(Pipeline.Workspace)/signed
32
+ Build_Repository_Uri: https://github.com/PowerShell/vscode-powershell.git
33
+ packageName: vscode-powershell
34
+ packageVersion: $(System.JobId)
35
+ sourceScanPath: $(Build.SourcesDirectory)/vscode-powershell
36
+
37
- template: script-module-compliance.yml@ComplianceRepo
38
parameters:
39
# component-governance
0 commit comments