Added sections to the MSBuild script for signing

This commit is contained in:
Christian Wade 2023-09-14 16:58:22 -07:00
parent aa645ed13c
commit fe417a495d
2 changed files with 4 additions and 0 deletions

View File

@ -25,11 +25,15 @@
- Run following command from BismNormalizer project root: - Run following command from BismNormalizer project root:
msbuild BismNormalizer.csproj /verbosity:m /target:Rebuild /property:Configuration=Release msbuild BismNormalizer.csproj /verbosity:m /target:Rebuild /property:Configuration=Release
- NEW SECTION FOR BINARY SIGNING
- Reload changed files in VS - Reload changed files in VS
Change configuration to Release Change configuration to Release
Build ALMT setup project (not Rebuild) Build ALMT setup project (not Rebuild)
Change configuration back to Debug Change configuration back to Debug
- NEW SECTION FOR MSI SIGNING (IGNORE VSIX)
- Take VSIX and AlmToolkitSetup.msi from \ReleaseObfusc folder - Take VSIX and AlmToolkitSetup.msi from \ReleaseObfusc folder
Test installer locally Test installer locally