build-luban.bat 91 B

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