Skip to content

Commit

Permalink
Update certificate thumbprint
Browse files Browse the repository at this point in the history
  • Loading branch information
cinderblocks committed Nov 18, 2021
1 parent deb96ba commit 6e5017a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/SignPackages.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,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 95AEDF70A4C4E6184F43CA8C1E17B6D838430184 `
-CertificateFingerprint 4FC4D098D5CF0C88769B0CE1ED45ABE6B9A8F879 `
-CertificateStoreLocation "LocalMachine" `
-CertificatePassword $PfxPasswd `
-Timestamper http://timestamp.comodoca.com
Expand Down

0 comments on commit 6e5017a

Please sign in to comment.