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 c3938c1Copy full SHA for c3938c1
.vsts-ci/templates/release-general.yml
@@ -11,6 +11,13 @@ steps:
11
12
- checkout: ComplianceRepo
13
14
+- template: Sbom.yml@ComplianceRepo
15
+ parameters:
16
+ BuildDropPath: $(Pipeline.Workspace)/Unsigned
17
+ Build_Repository_Uri: https://github.com/PowerShell/PowerShellEditorServices.git
18
+ packageName: PowerShellEditorServices
19
+ packageVersion: $(System.JobId)
20
+
21
# NOTE: The signing templates explicitly copy everything along as they run, so
22
# the last output path has every signed (and intentionally unsigned) file.
23
- template: EsrpSign.yml@ComplianceRepo
0 commit comments