# MSBuild auto-response file, applied to every build run from this repo root. # # Disable the MSBuild node pool. By default MSBuild leaves worker nodes resident # after a build so the next one starts warm. Across a session of repeated # solution-wide builds and test runs this repo accumulated 55 idle nodes holding # ~6 GB, which is not merely untidy: the integration suites assert on timeouts, # and memory pressure turns those into failures indistinguishable from real # regressions (see the Workstation-GC note in Host.IntegrationTests.csproj for # the same failure mode from a different cause). # # The cost is a small startup penalty per build. That is a good trade here. -nodeReuse:false