From 83565083b6840b78ce145176557529e1c7d88b51 Mon Sep 17 00:00:00 2001 From: Paul Higinbotham Date: Fri, 17 Dec 2021 09:58:47 -0800 Subject: [PATCH] Add new SBOM parameters --- .ci/ci_release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.ci/ci_release.yml b/.ci/ci_release.yml index fbb6b580f..ce6a61901 100644 --- a/.ci/ci_release.yml +++ b/.ci/ci_release.yml @@ -243,6 +243,8 @@ stages: parameters: BuildDropPath: $(signOutPath) Build_Repository_Uri: 'https://github.com/powershell/powershellget' + PackageName: 'PowerShellGet' + PackageVersion: '3.0.12' - pwsh: | $modulePath = Join-Path -Path $env:AGENT_TEMPDIRECTORY -ChildPath 'TempModules'