| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
- 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.
|
|
|
|
|
|
|
|
| |
- Move ext\ unit tests to MSTest.
- MSBuildify ext projects with MSTest execution.
- Fork test support projects for MSTest:
- WixInternal.TestSupport
- WixInternal.Core.TestPackage
|
| |
|
|
|
|
|
|
| |
It's a bit overzealous.
Fixes https://github.com/wixtoolset/issues/issues/7579.
|
|
|
|
| |
FIxes https://github.com/wixtoolset/issues/issues/7677.
|
|
|
|
|
|
| |
Fixes https://github.com/wixtoolset/issues/issues/7353.
Also adds unit test and removes dead code.
|
|
|
|
| |
Fixes https://github.com/wixtoolset/issues/issues/7239.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Adds new custom element in NetFx extension for running NetCoreCheck.exe
tool from within the MSI installer - `<netfx:DotNetCompatibilityCheck
/>`. The checks are run before evaluating launch conditions, so their
results can be used in those conditions. There is no limitation on the
number of checks that can be run, so installer may query various
runtimes on different platforms and versions and with different roll
forward policies.
Fixes https://github.com/wixtoolset/issues/issues/6264
|
|
|
|
| |
Fixes 6944
|
|
|
|
|
|
| |
Remove built-in .NET Core packages since they update too quickly.
Fixes 6257
|
| |
|
|
|