aboutsummaryrefslogtreecommitdiff
path: root/src/testresultfilelist.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update some extensions to take advantage of multitargeting project referencesRob Mensching2023-02-211-3/+1
|
* Run wix.exe out of procRob Mensching2022-10-141-2/+1
| | | | | | | | | | | | | | "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
* Modernize Util.wixext buildRob Mensching2022-10-041-0/+1
|
* Run tests in bulk to improve performanceRob Mensching2022-10-041-18/+6
| | | | | The fewer executions of "dotnet test" the better so batch up calls by referencing multiple assembly DLLs.
* Move WixVersion to new WixToolset.Versioning package in libs segmentRob Mensching2022-10-041-0/+1
| | | | | | | | | | | WixVersion is already used by the Core toolset but could also be useful for bootstrapper applications parsing bundle versions. The WixToolset.Data assembly contains a significant amount of data that bloats its size that bootstrapper applications would never need. Extracting WixVersion to its own assembly makes it much more useable. Fixes 6943
* Allow independent extraction of BA to remove use of InternalsVisibleToRob Mensching2022-10-031-1/+0
| | | | | | | If tests need functionality, it is reasonable to expect users may require it in the future as well. To support the bundle tests, they needed independent extraction of BA from attached containers. So, add a new switch to extract the BA separate from the containers.
* Update heat to use StandardDirectory elementRob Mensching2022-08-161-0/+1
| | | | Fixes 6631
* Create WixToolset.Heat.nupkg to distribute heat.exe and Heat targetsRob Mensching2022-08-011-1/+1
| | | | | | | Moves Heat functionality to the "tools" layer and packages it all up in WixToolset.Heat.nupkg for distribution in WiX v4. Completes 6838
* Use dotnet test on C++/CLI test projects to get trx logs.Sean Hall2022-06-161-6/+6
|
* Build and run x64 dutil tests.Sean Hall2022-06-151-1/+2
|
* Port UtilExtension.UserTests from wix3.Sean Hall2022-04-291-0/+1
|
* Upgrade test BAs to net6.0 and use x64 bundles for ManagedHost tests.Sean Hall2022-04-191-0/+2
| | | | Fixes 6651
* Replace Dnc.Host with Dnc.HostGenerator to support linker trimming.Sean Hall2022-04-191-0/+1
|
* Add new trx file to list.Sean Hall2022-03-141-0/+1
|
* Fix and run Burn 64-bit unit tests.Sean Hall2022-03-011-1/+2
|
* Upload test results and fail the build if any are missing.Sean Hall2022-01-011-0/+16
Always zip up the logs from %TEMP%.