mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-25 14:06:41 +01:00
Use " in ps1 invocation
This commit is contained in:
@@ -71,7 +71,7 @@
|
||||
<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""" />
|
||||
<Exec Command="powershell -Command "$(SolutionDir)Tools/SignBasics.ps1"" />
|
||||
</Target>
|
||||
<PropertyGroup>
|
||||
<PostBuildEvent>powershell -Command "$(SolutionDir)Tools/SignMSI.ps1"</PostBuildEvent>
|
||||
|
||||
Reference in New Issue
Block a user