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 5547d01 commit d8d8225Copy full SHA for d8d8225
.ci/releaseBuild.yml
@@ -98,13 +98,12 @@ stages:
98
**\*.psm1
99
useMinimatch: true
100
101
- - ${{ if ne(variables.SkipSigning, 'True') }}:
102
- - template: Sbom.yml@ComplianceRepo
103
- parameters:
104
- BuildDropPath: $(signOutPath)
105
- Build_Repository_Uri: 'https://github.com/powershell/powershellget'
106
- PackageName: 'PowerShellGet'
107
- PackageVersion: '3.0.23-beta23'
+ - template: Sbom.yml@ComplianceRepo
+ parameters:
+ BuildDropPath: $(signOutPath)
+ Build_Repository_Uri: 'https://github.com/powershell/powershellget'
+ PackageName: 'PowerShellGet'
+ PackageVersion: $moduleVersion
108
109
# Register local folder as PSRepository
110
# Then publish-module to that folder
0 commit comments