Skip to content

Commit

Permalink
remove killing csc and vbc
Browse files Browse the repository at this point in the history
  • Loading branch information
TyOverby committed Nov 11, 2016
1 parent a0bdad7 commit 36fd700
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions cibuild.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -153,10 +153,4 @@ if %ERRORLEVEL% == 1 exit /b 1
taskkill /F /IM msbuild.exe > nul
if %ERRORLEVEL% == 1 exit /b 1

taskkill /F /IM csc.exe > nul
if %ERRORLEVEL% == 1 exit /b 1

taskkill /F /IM vbc.exe > nul
if %ERRORLEVEL% == 1 exit /b 1

exit /b 0

0 comments on commit 36fd700

Please sign in to comment.