Skip to content

Commit

Permalink
Handle spaces in paths
Browse files Browse the repository at this point in the history
closes #872
  • Loading branch information
belav committed Apr 15, 2023
1 parent 0b45a0f commit 15bf1e1
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 15bf1e1

Please sign in to comment.