mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-25 14:06:41 +01:00
Fixes .wixproj signing wrong targets in PreBuild
This commit is contained in:
@@ -74,7 +74,7 @@
|
||||
<Exec Command="$(PreBuildEventCommand)" />
|
||||
</Target>
|
||||
<PropertyGroup>
|
||||
<PreBuildEventCommand>powershell -Command "& \"$(SolutionDir)Tools/SignMSI.ps1\""</PreBuildEventCommand>
|
||||
<PreBuildEventCommand>powershell -Command "& \"$(SolutionDir)Tools/SignBasics.ps1\""</PreBuildEventCommand>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<PostBuildEvent>powershell -Command "& \"$(SolutionDir)Tools/SignMSI.ps1\""</PostBuildEvent>
|
||||
|
||||
Reference in New Issue
Block a user