Skip to content

Commit

Permalink
New signing key
Browse files Browse the repository at this point in the history
  • Loading branch information
cinderblocks committed Nov 28, 2022
1 parent eb91604 commit 7a14fdd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Expand Up @@ -23,7 +23,7 @@ environment:
LMVTestAgentPassword:
secure: bOoXrGfLiHjZlCG1tJ+nDQ==
PfxDownloadUrl:
secure: T8uKu+tTR2G7LDE1zPGNOi+prl4YaKXP6DOC5eU6A17J3QEv/M/DPXj5K5mv+gHy
secure: T8uKu+tTR2G7LDE1zPGNOi+prl4YaKXP6DOC5eU6A14FEQkd8PFR3nQ1WMwryphJ
PfxDownloadPasswd:
secure: nAIqrjhaoamhiuAcae/xNw==
PfxPassword:
Expand Down
2 changes: 1 addition & 1 deletion util/SignPackages.ps1
Expand Up @@ -25,7 +25,7 @@
Get-ChildItem -Filter "*.nupkg" -Path "C:\Users\appveyor\AppData\Local\Temp\" -recurse | ForEach {
Write-Output $("Signing " + $_.Name + "...")
nuget sign $_.FullName -NonInteractive -Verbosity quiet `
-CertificateFingerprint 4FC4D098D5CF0C88769B0CE1ED45ABE6B9A8F879 `
-CertificateFingerprint 688eef6260f0fff81e1d46e2605c8039833a92bb `
-CertificateStoreLocation "LocalMachine" `
-CertificatePassword $PfxPasswd `
-Timestamper http://timestamp.comodoca.com
Expand Down

0 comments on commit 7a14fdd

Please sign in to comment.