Orchard.proj: Fixing that Profiling-Setup should be able to start Orchard.exe with spaces in its path

This commit is contained in:
Lombiq
2019-02-21 01:24:17 +01:00
parent f1bb89310c
commit 2ee16e1cb7
2 changed files with 2 additions and 2 deletions

View File

@@ -410,7 +410,7 @@
<Output TaskParameter="Lines" ItemName="ProfilingSetupCommands"/>
</ReadLinesFromFile>
<Exec Command="$(ProfilingFolder)\bin\Orchard.exe %(ProfilingSetupCommands.Identity)" WorkingDirectory="$(ProfilingFolder)"/>
<Exec Command="&quot;$(ProfilingFolder)\bin\Orchard.exe&quot; %(ProfilingSetupCommands.Identity)" WorkingDirectory="$(ProfilingFolder)"/>
</Target>
<!-- Gallery Packaging -->