Use " in ps1 invocation

This commit is contained in:
Cyberboss
2017-11-11 12:16:47 -05:00
parent 05bab5eddf
commit 6f3152fac4
@@ -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 &quot;$(SolutionDir)Tools/SignBasics.ps1&quot;" />
</Target>
<PropertyGroup>
<PostBuildEvent>powershell -Command "$(SolutionDir)Tools/SignMSI.ps1"</PostBuildEvent>