summaryrefslogtreecommitdiff
path: root/src/internal/WixInternal.MSTestSupport (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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