2024-11-05 18:15:49 +08:00
|
|
|
set WORKSPACE=%~sdp0
|
|
|
|
set LUBAN_DLL=%WORKSPACE%Luban\Luban.dll
|
|
|
|
set CONF_ROOT=%WORKSPACE%MiniTemplate
|
|
|
|
|
|
|
|
dotnet %LUBAN_DLL% ^
|
|
|
|
-t all ^
|
|
|
|
-c cs-simple-json ^
|
|
|
|
-d json ^
|
|
|
|
--conf %CONF_ROOT%\luban.conf ^
|
|
|
|
-x outputCodeDir=%WORKSPACE%Assets\Script\Excel ^
|
2024-11-21 09:35:48 +08:00
|
|
|
-x outputDataDir=%WORKSPACE%Assets\Resources\Data
|
2024-11-05 18:15:49 +08:00
|
|
|
|
|
|
|
pause
|