Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Better .nupkg names | Rob Mensching | 2024-03-07 | 1 | -1/+1 |
| | |||||
* | Update some extensions to take advantage of multitargeting project references | Rob Mensching | 2023-02-21 | 1 | -15/+6 |
| | |||||
* | Minimize calls into GitInfo by caching results during build_init | Rob Mensching | 2022-11-13 | 1 | -1/+0 |
| | |||||
* | Add NetFx .NET compatibility check for MSI (#262) | StefanStojanovic | 2022-10-25 | 1 | -0/+6 |
| | | | | | | | | | | | 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 | ||||
* | Add Netfx bundle extension and netfx:DotNetCoreSearch. | Sean Hall | 2022-10-10 | 1 | -3/+9 |
| | | | | | | Remove built-in .NET Core packages since they update too quickly. Fixes 6257 | ||||
* | Implement integrated build process | Rob Mensching | 2021-05-11 | 1 | -5/+4 |
| | |||||
* | Move NetFx.wixext into ext | Rob Mensching | 2021-05-03 | 1 | -0/+32 |