소스 검색

Goto :EOF

Lidi Zheng 5 년 전
부모
커밋
751d152e2c
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      tools/internal_ci/helper_scripts/prepare_build_windows.bat

+ 2 - 1
tools/internal_ci/helper_scripts/prepare_build_windows.bat

@@ -47,6 +47,7 @@ set DOTNET_CLI_TELEMETRY_OPTOUT=true
 
 git submodule update --init || goto :error
 
+goto :EOF
+
 :error
-popd
 exit /b 1