Skip to content

Commit

Permalink
Fixed command-line syntax when calling the sign client
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasherceg committed Oct 22, 2023
1 parent 9d804f1 commit 57976e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/scripts/Publish-NuGetPackages.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,10 @@ function Set-AllPackageSignatures {
if ($signatureType -eq "DotNetFoundation") {
dotnet sign code azure-key-vault `
"$package" `
--baseDirectory "$root/artifacts/packages" `
--base-directory "$root/artifacts/packages" `
--publisher-name "DotVVM" `
--description "$("$packageName" + " " + $env:DOTVVM_VERSION)" `
--descriptionUrl "https://github.com/riganti/dotvvm" `
--description-url "https://github.com/riganti/dotvvm" `
--azure-key-vault-url "$dnfUrl" `
--azure-key-vault-client-id "$dnfClientId" `
--azure-key-vault-tenant-id "$dnfTenantId" `
Expand Down

0 comments on commit 57976e0

Please sign in to comment.