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 3262ebe commit 8ae0228Copy full SHA for 8ae0228
1 file changed
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 -CertificatePath .\BugSplat.pfx -Timestamper http://timestamp.comodoca.com/)
+$signOutput = [string](nuget.exe sign $nupkgPath -Timestamper http://timestamp.digicert.com -CertificateFingerprint "057FF69F3B0084B085C731769EE237567AE5F30FC45AB0A75EE9AE1BE365DA52" -HashAlgorithm SHA256 -Verbosity detailed -Overwrite)
25
26
WriteLine("$signOutput")
27
0 commit comments