We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d499fc commit 01ee79eCopy full SHA for 01ee79e
publish.ps1
@@ -21,7 +21,7 @@ WriteLine("Signing $nupkgPath...")
21
22
# Requires folder containing nuget.exe be added to PATH
23
# https://www.nuget.org/downloads
24
-$signOutput = [string](nuget.exe sign $nupkgPath -Timestamper http://timestamp.digicert.com -CertificateFingerprint "057FF69F3B0084B085C731769EE237567AE5F30FC45AB0A75EE9AE1BE365DA52" -HashAlgorithm SHA256 -Verbosity detailed -Overwrite)
+$signOutput = [string](nuget.exe sign $nupkgPath -Timestamper http://timestamp.digicert.com -CertificateFingerprint "7969CEB84EC7A633AD6721ED080FF985D49BB0BB95F13D977DA247B48F797FF8" -HashAlgorithm SHA256 -Verbosity detailed -Overwrite)
25
26
WriteLine("$signOutput")
27
0 commit comments