11 lines
200 B
Batchfile
Raw Normal View History

2024-11-05 18:15:49 +08:00
set WORKSPACE=..
set LUBAN_DLL=%WORKSPACE%\Tools\Luban\Luban.dll
set CONF_ROOT=.
dotnet %LUBAN_DLL% ^
-t all ^
-d json ^
--conf %CONF_ROOT%\luban.conf ^
-x outputDataDir=output
pause