xbuild: do not stop BuildNodeManager after one build (prevents subsequent builds...
authorLeonid Shalupov <shalupov@diverse.org.ru>
Thu, 7 May 2015 14:22:42 +0000 (16:22 +0200)
committerLeonid Shalupov <shalupov@diverse.org.ru>
Thu, 7 May 2015 15:24:36 +0000 (17:24 +0200)
mcs/class/Microsoft.Build/Microsoft.Build.Execution/BuildManager.cs

index ea1e146a0d8590ce15f7796bad5b277aa5c57ee2..bd3c641856d7cd133f9488a37de707a989fff58c 100644 (file)
@@ -112,7 +112,6 @@ namespace Microsoft.Build.Execution
                                throw new InvalidOperationException ("Build has not started");
                        if (submissions.Count > 0)
                                WaitHandle.WaitAll (submissions.Select (s => s.WaitHandle).ToArray ());
-                       BuildNodeManager.Stop ();
                        ongoing_build_parameters = null;
                }