Framework_YooAsset_HybridCLR/Luban/Tools/build-luban.bat

5 lines
91 B
Batchfile

rd /s /q Luban
dotnet build ../../luban/src/Luban/Luban.csproj -c Release -o Luban
pause