Skip to content

Commit d3e6edc

Browse files
author
Tim Hess
authored
Merge pull request #68 from SteeltoeOSS/sign-snupkg
sign nupkg and snupkg
2 parents 082bafc + d78f4b1 commit d3e6edc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/sign-packages.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dotnet tool install --tool-path . SignClient
1313

1414
$appSettings = "$currentDirectory\appsettings.json"
1515

16-
$nupkgs = Get-ChildItem $ArtifactDirectory\Steeltoe*.nupkg -recurse | Select-Object -ExpandProperty FullName
16+
$nupkgs = Get-ChildItem $ArtifactDirectory\Steeltoe*.*nupkg -recurse | Select-Object -ExpandProperty FullName
1717

1818
foreach ($nupkg in $nupkgs){
1919
Write-Host "Submitting $nupkg for signing"

0 commit comments

Comments
 (0)