Skip to content

Commit

Permalink
FAKE tries to kill all MSBuild and FSI processes at the end of a build.
Browse files Browse the repository at this point in the history
  • Loading branch information
forki committed Jul 20, 2011
1 parent 3d90d2c commit 508f10e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/app/FAKE/Program.fs
Expand Up @@ -53,8 +53,9 @@ try
sendTeamCityError exn.Message
Environment.ExitCode <- 1

killFSI()
killMSBuild()
if buildServer = BuildServer.TeamCity then
killFSI()
killMSBuild()

finally
traceEndBuild()

0 comments on commit 508f10e

Please sign in to comment.