Skip to content

Commit 01ee79e

Browse files
bobbyg603oauth2
andauthored
chore: update publish (#82)
Co-authored-by: oauth2 <support@bugsplat.com>
1 parent 9d499fc commit 01ee79e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 -Timestamper http://timestamp.digicert.com -CertificateFingerprint "057FF69F3B0084B085C731769EE237567AE5F30FC45AB0A75EE9AE1BE365DA52" -HashAlgorithm SHA256 -Verbosity detailed -Overwrite)
24+
$signOutput = [string](nuget.exe sign $nupkgPath -Timestamper http://timestamp.digicert.com -CertificateFingerprint "7969CEB84EC7A633AD6721ED080FF985D49BB0BB95F13D977DA247B48F797FF8" -HashAlgorithm SHA256 -Verbosity detailed -Overwrite)
2525

2626
WriteLine("$signOutput")
2727

0 commit comments

Comments
 (0)