chriseldredge / vulcan

Continuous Integration server
GNU General Public License v2.0
0 stars 1 forks source link

Add option to disable/enable node reuse in MSBuild #175

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
MSBuild has a /nodereuse flag to enable or disable reusing nodes in parallel 
builds.  Vulcan should expose this setting and possibly disable it by default 
because it can have nasty side effects and has no clear benefits from a 
performance standpoint.

Original issue reported on code.google.com by chris.eldredge@gmail.com on 3 Nov 2010 at 3:08

GoogleCodeExporter commented 9 years ago
See r782.

Original comment by chris.eldredge@gmail.com on 1 Dec 2010 at 3:52