go env -w GO111MODULE=off
@echo off
call shell/build.bat
echo "Wait all build task complete!"
if %errorcode% neq 0 (
pause
)