mirror of
https://github.com/islehorse/HISP.git
synced 2025-06-06 02:51:27 +12:00
apparently dotnet script is borked on github actions, yay microsoft
This commit is contained in:
parent
647a6f21af
commit
3bea266b3e
2 changed files with 80 additions and 1 deletions
HorseIsleServer/LibHISP
|
@ -272,6 +272,6 @@
|
|||
|
||||
|
||||
<Target Name="PreBuild" BeforeTargets="PreBuildEvent">
|
||||
<Exec Command="dotnet script "$(ProjectDir)prebuild.csx"" />
|
||||
<Exec Command="python3 $(ProjectDir)prebuild.py" />
|
||||
</Target>
|
||||
</Project>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue