|
|
@@ -32,7 +32,7 @@
|
|
|
<_SGContinueOnError Condition="'$(DesignTimeBuild)' == 'true'">true</_SGContinueOnError>
|
|
|
</PropertyGroup>
|
|
|
|
|
|
- <Exec Command="dotnet $(_SGExePath) $(_SGArgs)"
|
|
|
+ <Exec Command="dotnet "$(_SGExePath)" $(_SGArgs)"
|
|
|
WorkingDirectory="$(MSBuildProjectDirectory)"
|
|
|
StandardOutputImportance="high"
|
|
|
ContinueOnError="$(_SGContinueOnError)" />
|
|
|
@@ -63,4 +63,4 @@
|
|
|
</ItemGroup>
|
|
|
</Target>
|
|
|
|
|
|
-</Project>
|
|
|
+</Project>
|