aboutsummaryrefslogtreecommitdiff
path: root/src/testresultfilelist.txt
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2022-10-06 11:59:31 -0700
committerRob Mensching <rob@firegiant.com>2022-10-14 20:13:50 -0700
commit5567239a9411aac769a34f2c65b80a523a577ad7 (patch)
tree158d3689253cdf86f7f346672d1178d1742724ce /src/testresultfilelist.txt
parent8f8999f017c29d1cbe531d0fffbab1174c16596b (diff)
downloadwix-5567239a9411aac769a34f2c65b80a523a577ad7.tar.gz
wix-5567239a9411aac769a34f2c65b80a523a577ad7.tar.bz2
wix-5567239a9411aac769a34f2c65b80a523a577ad7.zip
Run wix.exe out of proc
"wix build" will load assemblies to read metadata which can cause the assemblies to get locked in the process. Since MSBuild keeps build processes alive this can cause work done by in-proc MSBuild tasks (like the WixBuild) to get stuck. Moving the "wix build" out of proc avoids any of those issues. Moving out of proc also allows the WiX tasks to be AnyCPU which simplifies the wix.targets (although did need to add code to find the .NET Framework wix.exe). Fixes 6595
Diffstat (limited to 'src/testresultfilelist.txt')
-rw-r--r--src/testresultfilelist.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/testresultfilelist.txt b/src/testresultfilelist.txt
index 43e5df11..6a2eadcb 100644
--- a/src/testresultfilelist.txt
+++ b/src/testresultfilelist.txt
@@ -2,8 +2,7 @@ build/logs/TestResults/api.trx
2build/logs/TestResults/burn.trx 2build/logs/TestResults/burn.trx
3build/logs/TestResults/libs.trx 3build/logs/TestResults/libs.trx
4build/logs/TestResults/tools.trx 4build/logs/TestResults/tools.trx
5build/logs/TestResults/wix_prepublish.trx 5build/logs/TestResults/wix.trx
6build/logs/TestResults/wix_postpublish.trx
7build/logs/TestResults/WixToolsetTest.Bal.trx 6build/logs/TestResults/WixToolsetTest.Bal.trx
8build/logs/TestResults/WixToolsetTest.BurnE2E.trx 7build/logs/TestResults/WixToolsetTest.BurnE2E.trx
9build/logs/TestResults/WixToolsetTest.Dnc.HostGenerator.trx 8build/logs/TestResults/WixToolsetTest.Dnc.HostGenerator.trx