File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/BenchmarkDotNet/Toolchains/DotNetCli Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -227,7 +227,7 @@ private static string GetMandatoryMsBuildSettings(string buildConfiguration)
227
227
{
228
228
// we use these settings to make sure that MSBuild does the job and simply quits without spawning any long living processes
229
229
// we want to avoid "file in use" and "zombie processes" issues
230
- const string NoMsBuildZombieProcesses = "/p:UseSharedCompilation= false /p:BuildInParallel =false /m:1 /p:Deterministic=true" ;
230
+ const string NoMsBuildZombieProcesses = "--nodeReuse: false /p:UseSharedCompilation =false /p:Deterministic=true" ;
231
231
const string EnforceOptimizations = "/p:Optimize=true" ;
232
232
233
233
if ( string . Equals ( buildConfiguration , RuntimeInformation . DebugConfigurationName , StringComparison . OrdinalIgnoreCase ) )
You can’t perform that action at this time.
0 commit comments