Skip to content

Commit

Permalink
Merge pull request #68 from SteeltoeOSS/sign-snupkg
Browse files Browse the repository at this point in the history
sign nupkg and snupkg
  • Loading branch information
Tim Hess authored Jun 19, 2019
2 parents 082bafc + d78f4b1 commit d3e6edc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/sign-packages.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dotnet tool install --tool-path . SignClient

$appSettings = "$currentDirectory\appsettings.json"

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

foreach ($nupkg in $nupkgs){
Write-Host "Submitting $nupkg for signing"
Expand Down

0 comments on commit d3e6edc

Please sign in to comment.