Add quotes

This commit is contained in:
Li 2022-09-01 17:22:49 +12:00
parent fea71443b1
commit 647a6f21af
5 changed files with 8 additions and 8 deletions

View file

@ -272,6 +272,6 @@
<Target Name="PreBuild" BeforeTargets="PreBuildEvent">
<Exec Command="dotnet script $(ProjectDir)prebuild.csx" />
<Exec Command="dotnet script &quot;$(ProjectDir)prebuild.csx&quot;" />
</Target>
</Project>