Skip to content

Instantly share code, notes, and snippets.

@bricelam
Last active March 31, 2023 19:01
Show Gist options
  • Save bricelam/481c099aab6693a6de3604740c72f0a7 to your computer and use it in GitHub Desktop.
Save bricelam/481c099aab6693a6de3604740c72f0a7 to your computer and use it in GitHub Desktop.
Signing VSIX Packages

Since I always forget, here's the best way I've found to do it.

dotnet tool update -g OpenVsixSignTool
SET DOTNET_ROLL_FORWARD=LatestMajor
OpenVsixSignTool sign --sha1 f4d452b501c18a23e8eed7fa67c7510fa0f9bccb --timestamp http://time.certum.pl VisualStudio.Data.Sqlite.vsix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment