apparently dotnet script is borked on github actions, yay microsoft

This commit is contained in:
Li 2022-09-01 17:31:16 +12:00
parent 647a6f21af
commit 3bea266b3e
2 changed files with 80 additions and 1 deletions
HorseIsleServer/LibHISP

View file

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