Skip to content

Commit b7f8c95

Browse files
authored
Add new SBOM parameters (#15)
1 parent f6907bb commit b7f8c95

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.ci/ci_release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ stages:
113113
parameters:
114114
BuildDropPath: $(signOutPath)
115115
Build_Repository_Uri: 'https://github.com/powershell/threadjob'
116+
PackageName: 'Microsoft.PowerShell.ThreadJob'
117+
PackageVersion: '2.1.0'
116118

117119
- pwsh: |
118120
$modulePath = Join-Path -Path $env:AGENT_TEMPDIRECTORY -ChildPath 'TempModules'

0 commit comments

Comments
 (0)