summaryrefslogtreecommitdiff
path: root/src/internal/WixBuildTools.TestSupport (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Separate WixInternal content from official WixToolset namespaceRob Mensching2022-11-0827-1853/+0
|
* Run wix.exe out of procRob Mensching2022-10-141-10/+3
| | | | | | | | | | | | | | "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
* Make sure error codes are translated correctly for per-machine packages.Sean Hall2022-08-262-5/+6
|
* Add TestData.CreateFile and dedupe TestSupport code from Core.Native testsRob Mensching2022-08-051-0/+33
|
* Create WixToolset.Heat.nupkg to distribute heat.exe and Heat targetsRob Mensching2022-08-011-0/+108
| | | | | | | Moves Heat functionality to the "tools" layer and packages it all up in WixToolset.Heat.nupkg for distribution in WiX v4. Completes 6838
* Add IsWixTestSupportProject property to prevent test project detection.Sean Hall2022-06-271-0/+1
|
* Add longPathAware to Burn manifest to support long paths.Sean Hall2022-06-273-3/+291
| | | | Fixes 3455
* Improve WixAssert.StringEqual to print where the first difference is.Sean Hall2022-06-151-26/+66
|
* Replace PathIsAbsolute with PathIsRooted and add PathIsFullyQualified.Sean Hall2022-05-312-0/+27
|
* Add ability to skip tests at runtime, and skip long running cache testsSean Hall2022-05-1311-1/+237
| | | | 6665
* Fix "flaky" DUtil test.Ron Martin2022-04-131-0/+47
|
* Implement IWindowsInstallerDecompileExtensionsRob Mensching2022-03-301-0/+88
| | | | | | | Update Util extension to validate extension model and fix some small issues in MSI decompiling. Fixes 6367
* Update MSBuildRunner to ignore previous VS versionsRon Martin2022-03-091-58/+2
|
* Refactor related bundle enumeration into butil.Sean Hall2022-03-011-0/+1
| | | | Related to #3693
* Add logging to tests to help diagnose intermittent test failuresRob Mensching2022-02-101-1/+30
|
* Fix NoWarn being overridden and use PackageReference for TestSupport.Sean Hall2022-01-271-1/+1
|
* Some code clean upRob Mensching2022-01-101-1/+1
|
* Add additional error detail to WixAssert.CompareLineByLineRob Mensching2022-01-021-8/+12
|
* Try to get more helpful test failure messages.Sean Hall2022-01-011-2/+46
|
* Switch to `net472` as Framework baseline.Bob Arnson2021-12-121-1/+1
|
* Implement integrated build processRob Mensching2021-05-111-11/+6
|
* Move WixBuildTools into internalRob Mensching2021-04-2217-0/+974