11 lines
200 B
Batchfile
Raw Permalink Normal View History

2024-12-04 17:26:27 +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