aboutsummaryrefslogtreecommitdiff
path: root/src/wix/test/WixToolsetTest.Sdk/MsbuildUtilities.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/wix/test/WixToolsetTest.Sdk/MsbuildUtilities.cs')
-rw-r--r--src/wix/test/WixToolsetTest.Sdk/MsbuildUtilities.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wix/test/WixToolsetTest.Sdk/MsbuildUtilities.cs b/src/wix/test/WixToolsetTest.Sdk/MsbuildUtilities.cs
index 2e07af3a..28e0c219 100644
--- a/src/wix/test/WixToolsetTest.Sdk/MsbuildUtilities.cs
+++ b/src/wix/test/WixToolsetTest.Sdk/MsbuildUtilities.cs
@@ -30,6 +30,7 @@ namespace WixToolsetTest.Sdk
30 // Node reuse means that child msbuild processes can stay around after the build completes. 30 // Node reuse means that child msbuild processes can stay around after the build completes.
31 // Under that scenario, the root msbuild does not reliably close its streams which causes us to hang. 31 // Under that scenario, the root msbuild does not reliably close its streams which causes us to hang.
32 "-nr:false", 32 "-nr:false",
33 $"-bl:{Path.ChangeExtension(projectPath, ".binlog")}"
33 }; 34 };
34 35
35 if (outOfProc.HasValue) 36 if (outOfProc.HasValue)