diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/wix/test/WixToolsetTest.Sdk/MsbuildFixture.cs | 1 | ||||
| -rw-r--r-- | src/wix/test/WixToolsetTest.Sdk/MsbuildUtilities.cs | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/wix/test/WixToolsetTest.Sdk/MsbuildFixture.cs b/src/wix/test/WixToolsetTest.Sdk/MsbuildFixture.cs index df1a74da..b3d25406 100644 --- a/src/wix/test/WixToolsetTest.Sdk/MsbuildFixture.cs +++ b/src/wix/test/WixToolsetTest.Sdk/MsbuildFixture.cs | |||
| @@ -397,6 +397,7 @@ namespace WixToolsetTest.Sdk | |||
| 397 | var allowedFiles = new HashSet<string> | 397 | var allowedFiles = new HashSet<string> |
| 398 | { | 398 | { |
| 399 | "MsiPackage.wixproj", | 399 | "MsiPackage.wixproj", |
| 400 | "MsiPackage.binlog", | ||
| 400 | "Package.en-us.wxl", | 401 | "Package.en-us.wxl", |
| 401 | "Package.wxs", | 402 | "Package.wxs", |
| 402 | "PackageComponents.wxs", | 403 | "PackageComponents.wxs", |
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) |
