Skip to content

Commit

Permalink
Handle spaces in paths (#873)
Browse files Browse the repository at this point in the history
closes #872

Co-authored-by: Lasath Fernando <devel@lasath.org>
  • Loading branch information
belav and shocklateboy92 committed Apr 16, 2023
1 parent 2ef5d1f commit fa57850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/CSharpier.MsBuild/build/CSharpier.MsBuild.targets
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
<Target
Name="CSharpierFormat"
BeforeTargets="CoreCompile">
<Exec Command="dotnet $(CSharpierDllPath) $(CSharpierArgs) $(MSBuildProjectDirectory)" />
<Exec Command="dotnet &quot;$(CSharpierDllPath)&quot; $(CSharpierArgs) &quot;$(MSBuildProjectDirectory)&quot;" />
</Target>
</Project>

0 comments on commit fa57850

Please sign in to comment.