Fixes .wixproj signing wrong targets in PreBuild

This commit is contained in:
Jordan Brown
2017-11-11 17:27:19 -05:00
committed by GitHub
parent ad47805379
commit 3f0f557a68
@@ -74,7 +74,7 @@
<Exec Command="$(PreBuildEventCommand)" />
</Target>
<PropertyGroup>
<PreBuildEventCommand>powershell -Command "&amp; \"$(SolutionDir)Tools/SignMSI.ps1\""</PreBuildEventCommand>
<PreBuildEventCommand>powershell -Command "&amp; \"$(SolutionDir)Tools/SignBasics.ps1\""</PreBuildEventCommand>
</PropertyGroup>
<PropertyGroup>
<PostBuildEvent>powershell -Command "&amp; \"$(SolutionDir)Tools/SignMSI.ps1\""</PostBuildEvent>