Skip to content

Commit

Permalink
Publish script fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasherceg committed Jul 13, 2023
1 parent f7d6df3 commit f553323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/scripts/Publish-NuGetPackages.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ function Set-AllPackageSignatures {
dotnet sign code azure-key-vault `
"$package" `
--baseDirectory "$root/artifacts/packages" `
--publisher-name "DotVVM"
--publisher-name "DotVVM" `
--description "$("$packageName" + " " + $env:DOTVVM_VERSION)" `
--descriptionUrl "https://github.com/riganti/dotvvm" `
--azure-key-vault-url "$dnfUrl" `
Expand Down

0 comments on commit f553323

Please sign in to comment.