Framework_YooAsset_HybridCLR/Luban/Tools/build-luban.bat

5 lines
91 B
Batchfile
Raw Normal View History

2024-07-19 14:52:57 +08:00
rd /s /q Luban
dotnet build ../../luban/src/Luban/Luban.csproj -c Release -o Luban
pause