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 d9e6fb5 commit 146c7b6Copy full SHA for 146c7b6
.vsts-ci/templates/ci-general.yml
@@ -17,6 +17,13 @@ steps:
17
filePath: tools/azurePipelinesBuild.ps1
18
pwsh: ${{ parameters.pwsh }}
19
20
+- template: Sbom.yml@ComplianceRepo
21
+ parameters:
22
+ BuildDropPath: module
23
+ Build_Repository_Uri: https://github.com/PowerShell/PowerShellEditorServices.git
24
+ packageName: PowerShellEditorServices
25
+ packageVersion: $(System.JobId)
26
+
27
# NOTE: We zip the artifacts because they're ~20 MB compressed, but ~300 MB raw,
28
# and we have limited pipeline artifact storage space.
29
- task: ArchiveFiles@2
0 commit comments