Skip to content

Commit

Permalink
ci(is): Update code signing cert
Browse files Browse the repository at this point in the history
  • Loading branch information
josephdecock committed Jan 14, 2025
1 parent b573785 commit bb9798e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,11 @@ private static void SignNuGet()
$"sign {file} " +
"--file-digest sha256 " +
"--timestamp-rfc3161 http://timestamp.digicert.com " +
"--azure-key-vault-url https://duendecodesigning.vault.azure.net/ " +
"--azure-key-vault-url https://duendecodesigninghsm.vault.azure.net/ " +
"--azure-key-vault-client-id 18e3de68-2556-4345-8076-a46fad79e474 " +
"--azure-key-vault-tenant-id ed3089f0-5401-4758-90eb-066124e2d907 " +
$"--azure-key-vault-client-secret {signClientSecret} " +
"--azure-key-vault-certificate CodeSigning"
"--azure-key-vault-certificate NuGetPackageSigning"
,noEcho: true);
}
}
Expand Down

0 comments on commit bb9798e

Please sign in to comment.