aboutsummaryrefslogtreecommitdiff
path: root/src/ext/PowerShell/powershell_t.proj (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Embiggen build perf.bob/WixTestTargetsBob Arnson2025-07-201-1/+5
| | | | | | | - Move ext tests to targets for better MSBuild scheduling. - Parallelize long-running tests. - Disable Firewall ICEs for dev builds; they're redundant with round-tripping and ICEs are mutex'd to make them painfully serial.
* Switch to MSTest built-in Test target.Bob Arnson2025-03-201-1/+1
| | | | | Prevents test run during VS build and shows failure details on console (no need to dig into TRX file).
* Convert ext\ to MSTest and traversal projects.Bob Arnson2025-03-031-0/+17
- Move ext\ unit tests to MSTest. - MSBuildify ext projects with MSTest execution. - Fork test support projects for MSTest: - WixInternal.TestSupport - WixInternal.Core.TestPackage