mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-25 22:17:51 +01:00
Actually fix powershell paths
This commit is contained in:
@@ -69,10 +69,13 @@
|
||||
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets" Condition=" '$(WixTargetsPath)' == '' AND Exists('$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets') " />
|
||||
<Target Name="EnsureWixToolsetInstalled" Condition=" '$(WixTargetsImported)' != 'true' ">
|
||||
<Error Text="The WiX Toolset v3 build tools must be installed to build this project. To download the WiX Toolset, see http://wixtoolset.org/releases/" />
|
||||
</Target>
|
||||
<Target Name="AfterResolveReferences">
|
||||
<Exec Command="powershell -Command "$(SolutionDir)Tools/SignBasics.ps1"" />
|
||||
</Target>
|
||||
</Target>
|
||||
<Target Name="AfterResolveReferences">
|
||||
<Exec Command="$(PreBuildEventCommand)" />
|
||||
</Target>
|
||||
<PropertyGroup>
|
||||
<PreBuildEventCommand>powershell -Command "& \"$(SolutionDir)Tools/SignMSI.ps1\""</PreBuildEventCommand>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<PostBuildEvent>powershell -Command "$(SolutionDir)Tools/SignMSI.ps1"</PostBuildEvent>
|
||||
</PropertyGroup>
|
||||
|
||||
Reference in New Issue
Block a user