aboutsummaryrefslogtreecommitdiff
path: root/src/internal/WixInternal.MSTestSupport (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Support setting InstallerPlatform from RuntimeIdentifierRob Mensching2025-12-151-1/+2
| | | | Resolves 9047
* Update to .NET 8 to fix buildRob Mensching2025-11-023-3/+3
| | | | | .NET 6 was deprecated so move to .NET 8 and possibly .NET 10 after it releases.
* Convert WixToolsetTest.Sdk to MSTest.***Bob Arnson2025-03-031-0/+10
| | | | | | | ***Does not include a full conversion to traversal projects. The wix segment already uses traversal projects extensively so there isn't a significant per win, especially compared to the effort required...but MSTest's method-level parallelism cuts test run time in half (~60->~30).
* Convert tools\ to MSTest and traversal projects.Bob Arnson2025-03-032-7/+15
|
* Convert ext\ to MSTest and traversal projects.Bob Arnson2025-03-0317-0/+1632
- Move ext\ unit tests to MSTest. - MSBuildify ext projects with MSTest execution. - Fork test support projects for MSTest: - WixInternal.TestSupport - WixInternal.Core.TestPackage