aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update MSBuild task to support async commands and push heat out of procRob Mensching2020-06-107-26/+32
* Support "extension" commandRob Mensching2020-06-102-0/+3
* Support async execution of commandsRob Mensching2020-06-101-8/+22
* Move WixCop to "wix.exe convert" commandRob Mensching2020-06-1031-1531/+9
* Reenable RunAsSeparateProcess.Sean Hall2020-06-032-6/+6
* Disable RunAsSeparateProcess until build server issues are resolved.Sean Hall2020-06-032-6/+6
* Get the inner exception test working in the MSBuild test project.Sean Hall2020-06-035-53/+43
* Set .NET Core RollForward policy to Major.Sean Hall2020-06-033-0/+3
* Never run in-proc on .NET Core.Sean Hall2020-06-039-29/+126
* Delete WixToolset.Tools.Core project.Sean Hall2020-06-0313-56/+7
* 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-038-46/+119
* In MSBuild tests, default to Release.Sean Hall2020-05-313-26/+27
* Disable node reuse when running msbuild inside of tests.Sean Hall2020-05-311-0/+3
* Provide x86 and x64 versions of net461 build tasks.Sean Hall2020-05-3112-11/+237
* Update all MSBuild tests to run on x86 and x64 MSBuild.Sean Hall2020-05-313-69/+114
* Update MSBuild tests to use WixToolset.MSBuild.props to find wix.targets.Sean Hall2020-05-3112-45/+29
* Change MSBuild tests to use the default intermediate and output folders.Sean Hall2020-05-312-78/+89
* Move most tests into the new WixToolsetTest.MSBuild project.Sean Hall2020-05-3134-51/+75
* Include all subfolders for the build tasks.Sean Hall2020-05-281-2/+2
* Move the targets files into the top-level tools folder.Sean Hall2020-05-2813-47/+32
* Rename DoIt to WixBuild.Sean Hall2020-05-284-6/+6
* Allow more than one harvested file and files differing by extensionpaulomorgado2020-05-267-4/+170
* Add test for wixcop handling util:PermissionEx/@Inheritable.Sean Hall2020-05-234-2/+103
* Enable long path support for heat, wix, and wixcop.Sean Hall2020-05-229-0/+96
* Add heat.exeSean Hall2020-05-224-0/+118
* Use SHA1 instead of MD5Herohtar2020-05-201-2/+2
* Ensure inner exceptions from unexpected exceptions get logged.Sean Hall2020-05-132-1/+44
* Fix test.Sean Hall2020-05-101-1/+1
* Add test for building a bundle from .wixproj.Sean Hall2020-05-105-2/+104
* Remove x86 restriction (introduced from previous commit) from published conte...Sean Hall2020-05-107-12/+13
* Set RuntimeIdentifier to win-x86 in most projectsSean Hall2020-05-097-2/+8
* Implement Heat tasks from WixToolset.HarvestersSean Hall2020-05-0816-148/+302
* Move MsbuildMessageListener into its own file.Sean Hall2020-05-082-55/+66
* Add support for Verbose in MsbuildMessageListener.Sean Hall2020-05-081-12/+17
* Implement ShowLogo in wixcop.Sean Hall2020-05-084-3/+17
* Remove partial WixPdb support.Bob Arnson2020-04-112-11/+2
* Fix clean test, since the Common Clean target isn't actually supposed to dele...Sean Hall2020-04-071-0/+3
* Update Cpp.Build.propsSean Hall2020-04-051-1/+1
* Address breaking changes.Sean Hall2020-04-026-14/+15
* Partial WixPdbs stop the backend before binding.Bob Arnson2020-03-174-6/+81
* Update WixCop tests for versioned extension id changes.Bob Arnson2020-03-052-2/+2
* Log more data from exceptions. Add net472 MSBuild tasks.Bob Arnson2020-02-272-1/+2
* Let listeners adjust message levels; general messaging cleanup.Bob Arnson2020-01-172-16/+58
* Support overriding output extension.Bob Arnson2020-01-031-1/+1
* Update to latest Core to use .wixpdb for test validation purposesRob Mensching2019-10-281-1/+1
* Better support all .NETs and fix-up integration testsRob Mensching2019-10-208-15/+15
* Fix versioning of thmviewer and include MSI package in buildRob Mensching2019-10-204-6/+8
* Extract common converters code to Converters repo and use that insteadRob Mensching2019-10-204-1186/+4
* Update to latest Core changes plus other minor fixesRob Mensching2019-05-0913-27/+29