Jenkins+Unity 一键打包命令

CMD命令

start D:\MySofts\Unitys\2018.4.2f1\Editor\Unity.exe -disable-assembly-updater -projectPath E:\SVNProjects\AndroidFuncTest\Myproject -executeMethod PackUtil.Build

Jenkins命令

call D:\MySofts\Unitys\2018.4.2f1\Editor\Unity.exe -disable-assembly-updater -projectPath E:\SVNProjects\AndroidFuncTest\Myproject -batchmode -executeMethod PackUtil.Build -quit
exit 0

你可能感兴趣的:(Unity,unity,jenkins,游戏引擎)