Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Only target all frameworks in Release | Sean Hall | 2020-08-17 | 1 | -1/+2 |
| | |||||
* | Upgrade dependencies. | Sean Hall | 2020-07-14 | 1 | -1/+1 |
| | |||||
* | Make it impossible for Heat to try to run in-proc. | Sean Hall | 2020-06-15 | 3 | -2/+3 |
| | |||||
* | Use simplified command-line parsing and update loading standard backends | Rob Mensching | 2020-06-13 | 3 | -44/+12 |
| | |||||
* | Update MSBuild task to support async commands and push heat out of proc | Rob Mensching | 2020-06-10 | 4 | -19/+23 |
| | |||||
* | Get the inner exception test working in the MSBuild test project. | Sean Hall | 2020-06-03 | 1 | -3/+15 |
| | |||||
* | Never run in-proc on .NET Core. | Sean Hall | 2020-06-03 | 6 | -9/+59 |
| | |||||
* | Delete WixToolset.Tools.Core project. | Sean Hall | 2020-06-03 | 8 | -26/+42 |
| | |||||
* | Refactor the tasks so that the in-proc code is in partial classes. | Sean Hall | 2020-06-03 | 6 | -132/+158 |
| | |||||
* | Add ability for net461 tasks to run the tool out of proc. | Sean Hall | 2020-06-03 | 3 | -22/+73 |
| | |||||
* | Provide x86 and x64 versions of net461 build tasks. | Sean Hall | 2020-05-31 | 1 | -0/+1 |
| | |||||
* | Move the targets files into the top-level tools folder. | Sean Hall | 2020-05-28 | 7 | -2090/+0 |
| | |||||
* | Rename DoIt to WixBuild. | Sean Hall | 2020-05-28 | 2 | -3/+3 |
| | |||||
* | Allow more than one harvested file and files differing by extension | paulomorgado | 2020-05-26 | 1 | -2/+2 |
| | | | | | | add component and directory for more disambiguation Fix HarvestFile Ouput added unit tests | ||||
* | Use SHA1 instead of MD5 | Herohtar | 2020-05-20 | 1 | -2/+2 |
| | |||||
* | Remove x86 restriction (introduced from previous commit) from published ↵ | Sean Hall | 2020-05-10 | 1 | -4/+5 |
| | | | | | | | contents. Remove unused net472 BuildTasks. Make BuildTasks target netcoreapp instead of netstandard since publishing isn't supported for netstandard. | ||||
* | Set RuntimeIdentifier to win-x86 in most projects | Sean Hall | 2020-05-09 | 1 | -0/+1 |
| | | | | now that the WixToolset.Core.Native package isn't providing wixnative.*.exe anymore. | ||||
* | Implement Heat tasks from WixToolset.Harvesters | Sean Hall | 2020-05-08 | 9 | -145/+138 |
| | |||||
* | Move MsbuildMessageListener into its own file. | Sean Hall | 2020-05-08 | 2 | -55/+66 |
| | |||||
* | Add support for Verbose in MsbuildMessageListener. | Sean Hall | 2020-05-08 | 1 | -12/+17 |
| | |||||
* | Remove partial WixPdb support. | Bob Arnson | 2020-04-11 | 1 | -2/+2 |
| | | | | Not as useful as intended and I'd rather remove it than potentially have to support something as weird as this. | ||||
* | Address breaking changes. | Sean Hall | 2020-04-02 | 1 | -3/+3 |
| | |||||
* | Partial WixPdbs stop the backend before binding. | Bob Arnson | 2020-03-17 | 2 | -3/+16 |
| | |||||
* | Log more data from exceptions. Add net472 MSBuild tasks. | Bob Arnson | 2020-02-27 | 1 | -1/+1 |
| | |||||
* | Let listeners adjust message levels; general messaging cleanup. | Bob Arnson | 2020-01-17 | 1 | -0/+2 |
| | |||||
* | Support overriding output extension. | Bob Arnson | 2020-01-03 | 1 | -1/+1 |
| | |||||
* | Better support all .NETs and fix-up integration tests | Rob Mensching | 2019-10-20 | 1 | -7/+3 |
| | |||||
* | Update to latest Core changes plus other minor fixes | Rob Mensching | 2019-05-09 | 1 | -1/+1 |
| | |||||
* | Plumb InstallerPlatform through MSBuild task. | Bob Arnson | 2019-01-16 | 1 | -0/+1 |
| | |||||
* | Group WiX Toolset references together so we can see them. | Bob Arnson | 2019-01-02 | 1 | -1/+1 |
| | | | | Oh and get a Tools build too to pick up all the Core work. | ||||
* | Minor code clean up in build task | Rob Mensching | 2018-12-27 | 1 | -90/+20 |
| | |||||
* | Catch unhandled exceptions at the top to provide useful debug info | Rob Mensching | 2018-12-27 | 2 | -11/+12 |
| | | | | Fixes wixtoolset/issues#5884 | ||||
* | Re-enable tests and NCrunch with fixes to Core.Native | Rob Mensching | 2018-12-22 | 2 | -0/+10 |
| | |||||
* | Update to latest Home\repo-template | Rob Mensching | 2018-12-22 | 1 | -8/+3 |
| | |||||
* | Update to changes to reorganize command-line processing | Rob Mensching | 2018-10-24 | 1 | -1/+1 |
| | |||||
* | Migrate WixCop into Tools from wix4. | Sean Hall | 2018-09-13 | 5 | -58/+12 |
| | |||||
* | Support warning suppression. | Bob Arnson | 2018-08-28 | 1 | -0/+1 |
| | |||||
* | Log details when extension assembly types can't be loaded. | Bob Arnson | 2018-08-22 | 1 | -3/+12 |
| | |||||
* | Fix Build and Clean targets | Rob Mensching | 2018-08-11 | 2 | -145/+107 |
| | |||||
* | Refactor and remove code from WixToolset.BuildTask | Rob Mensching | 2018-08-01 | 17 | -1966/+19 |
| | |||||
* | WIP: wix.targets cleanup | Rob Mensching | 2018-07-27 | 1 | -229/+19 |
| | |||||
* | Integrate Extensibility.Data namespace change | Rob Mensching | 2018-07-23 | 2 | -9/+7 |
| | |||||
* | Integrate tools from Core project | Rob Mensching | 2018-07-21 | 38 | -0/+7101 |