Skip to content

Commit 8ae0228

Browse files
bobbyg603BugSplat Service
andauthored
chore: fix publish script (#80)
Co-authored-by: BugSplat Service <support@bugsplat.com>
1 parent 3262ebe commit 8ae0228

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

publish.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ WriteLine("Signing $nupkgPath...")
2121

2222
# Requires folder containing nuget.exe be added to PATH
2323
# https://www.nuget.org/downloads
24-
$signOutput = [string](nuget.exe sign $nupkgPath -CertificatePath .\BugSplat.pfx -Timestamper http://timestamp.comodoca.com/)
24+
$signOutput = [string](nuget.exe sign $nupkgPath -Timestamper http://timestamp.digicert.com -CertificateFingerprint "057FF69F3B0084B085C731769EE237567AE5F30FC45AB0A75EE9AE1BE365DA52" -HashAlgorithm SHA256 -Verbosity detailed -Overwrite)
2525

2626
WriteLine("$signOutput")
2727

0 commit comments

Comments
 (0)