diff --git a/.ci/releaseBuild.yml b/.ci/releaseBuild.yml index dd3d526..d6b3ea6 100644 --- a/.ci/releaseBuild.yml +++ b/.ci/releaseBuild.yml @@ -98,6 +98,13 @@ stages: **\*.psm1 useMinimatch: true + - template: Sbom.yml@ComplianceRepo + parameters: + BuildDropPath: $(signOutPath) + Build_Repository_Uri: 'https://github.com/powershell/powershellget' + PackageName: 'PowerShellGet' + PackageVersion: '$(moduleVersion)' + # Register local folder as PSRepository # Then publish-module to that folder - pwsh: |