11 lines
200 B
Batchfile
11 lines
200 B
Batchfile
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 |