NumericFactory/Tools/build-luban.bat
2025-04-21 21:14:23 +08:00

5 lines
91 B
Batchfile

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