aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.BuildTasks (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make it impossible for Heat to try to run in-proc.Sean Hall2020-06-153-2/+3
* Use simplified command-line parsing and update loading standard backendsRob Mensching2020-06-133-44/+12
* Update MSBuild task to support async commands and push heat out of procRob Mensching2020-06-104-19/+23
* Get the inner exception test working in the MSBuild test project.Sean Hall2020-06-031-3/+15
* Never run in-proc on .NET Core.Sean Hall2020-06-036-9/+59
* Delete WixToolset.Tools.Core project.Sean Hall2020-06-038-26/+42
* Refactor the tasks so that the in-proc code is in partial classes.Sean Hall2020-06-036-132/+158
* Add ability for net461 tasks to run the tool out of proc.Sean Hall2020-06-033-22/+73
* Provide x86 and x64 versions of net461 build tasks.Sean Hall2020-05-311-0/+1
* Move the targets files into the top-level tools folder.Sean Hall2020-05-287-2090/+0
* Rename DoIt to WixBuild.Sean Hall2020-05-282-3/+3
* Allow more than one harvested file and files differing by extensionpaulomorgado2020-05-261-2/+2
* Use SHA1 instead of MD5Herohtar2020-05-201-2/+2
* Remove x86 restriction (introduced from previous commit) from published conte...Sean Hall2020-05-101-4/+5
* Set RuntimeIdentifier to win-x86 in most projectsSean Hall2020-05-091-0/+1
* Implement Heat tasks from WixToolset.HarvestersSean Hall2020-05-089-145/+138
* Move MsbuildMessageListener into its own file.Sean Hall2020-05-082-55/+66
* Add support for Verbose in MsbuildMessageListener.Sean Hall2020-05-081-12/+17
* Remove partial WixPdb support.Bob Arnson2020-04-111-2/+2
* Address breaking changes.Sean Hall2020-04-021-3/+3
* Partial WixPdbs stop the backend before binding.Bob Arnson2020-03-172-3/+16
* Log more data from exceptions. Add net472 MSBuild tasks.Bob Arnson2020-02-271-1/+1
* Let listeners adjust message levels; general messaging cleanup.Bob Arnson2020-01-171-0/+2
* Support overriding output extension.Bob Arnson2020-01-031-1/+1
* Better support all .NETs and fix-up integration testsRob Mensching2019-10-201-7/+3
* Update to latest Core changes plus other minor fixesRob Mensching2019-05-091-1/+1
* Plumb InstallerPlatform through MSBuild task.Bob Arnson2019-01-161-0/+1
* Group WiX Toolset references together so we can see them.Bob Arnson2019-01-021-1/+1
* Minor code clean up in build taskRob Mensching2018-12-271-90/+20
* Catch unhandled exceptions at the top to provide useful debug infoRob Mensching2018-12-272-11/+12
* Re-enable tests and NCrunch with fixes to Core.NativeRob Mensching2018-12-222-0/+10
* Update to latest Home\repo-templateRob Mensching2018-12-221-8/+3
* Update to changes to reorganize command-line processingRob Mensching2018-10-241-1/+1
* Migrate WixCop into Tools from wix4.Sean Hall2018-09-135-58/+12
* Support warning suppression.Bob Arnson2018-08-281-0/+1
* Log details when extension assembly types can't be loaded.Bob Arnson2018-08-221-3/+12
* Fix Build and Clean targetsRob Mensching2018-08-112-145/+107
* Refactor and remove code from WixToolset.BuildTaskRob Mensching2018-08-0117-1966/+19
* WIP: wix.targets cleanupRob Mensching2018-07-271-229/+19
* Integrate Extensibility.Data namespace changeRob Mensching2018-07-232-9/+7
* Integrate tools from Core projectRob Mensching2018-07-2138-0/+7101