Skip to content

Commit 0d5db99

Browse files
committed
Merge pull request #235 from octokit/busted-build-script
Do not block the build script from finishing
2 parents 074dce7 + 9d12da1 commit 0d5db99

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

build.cmd

-8
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,5 @@ if defined TEAMCITY_PROJECT_NAME goto Quit
3131
rem Bail if we're running a MyGet build.
3232
if /i "%BuildRunner%"=="MyGet" goto Quit
3333

34-
rem Loop the build script.
35-
set CHOICE=nothing
36-
echo (Q)uit, (Enter) runs the build again
37-
set /P CHOICE=
38-
if /i "%CHOICE%"=="Q" goto :Quit
39-
40-
GOTO Build
41-
4234
:Quit
4335
exit /b %errorlevel%

0 commit comments

Comments
 (0)