| Commit message (Expand) | Author | Files | Lines |
2020-06-15 | Make it impossible for Heat to try to run in-proc. | Sean Hall | 3 | -2/+3 |
2020-06-13 | Use simplified command-line parsing and update loading standard backends | Rob Mensching | 6 | -73/+23 |
2020-06-10 | One shiny NuGet package, please and thank you. | Bob Arnson | 1 | -0/+1 |
2020-06-10 | Update MSBuild task to support async commands and push heat out of proc | Rob Mensching | 7 | -26/+32 |
2020-06-10 | Remove WixCop references from build files | Rob Mensching | 2 | -46/+19 |
2020-06-10 | Support "extension" command | Rob Mensching | 2 | -0/+3 |
2020-06-10 | Support async execution of commands | Rob Mensching | 1 | -8/+22 |
2020-06-10 | Move WixCop to "wix.exe convert" command | Rob Mensching | 31 | -1531/+9 |
2020-06-03 | Exclude the MSBuild dlls since they should already be loaded in the process. | Sean Hall | 1 | -3/+3 |
2020-06-03 | Reenable RunAsSeparateProcess. | Sean Hall | 4 | -20/+38 |
2020-06-03 | Disable RunAsSeparateProcess until build server issues are resolved. | Sean Hall | 2 | -6/+6 |
2020-06-03 | Get the inner exception test working in the MSBuild test project. | Sean Hall | 6 | -53/+44 |
2020-06-03 | Set .NET Core RollForward policy to Major. | Sean Hall | 3 | -0/+3 |
2020-06-03 | Never run in-proc on .NET Core. | Sean Hall | 10 | -29/+129 |
2020-06-03 | Delete WixToolset.Tools.Core project. | Sean Hall | 14 | -66/+7 |
2020-06-03 | Refactor the tasks so that the in-proc code is in partial classes. | Sean Hall | 6 | -132/+158 |
2020-06-03 | Add ability for net461 tasks to run the tool out of proc. | Sean Hall | 9 | -49/+126 |
2020-05-31 | In MSBuild tests, default to Release. | Sean Hall | 3 | -26/+27 |
2020-05-31 | Disable node reuse when running msbuild inside of tests. | Sean Hall | 1 | -0/+3 |
2020-05-31 | Provide x86 and x64 versions of net461 build tasks. | Sean Hall | 13 | -12/+239 |
2020-05-31 | Update all MSBuild tests to run on x86 and x64 MSBuild. | Sean Hall | 3 | -69/+114 |
2020-05-31 | Update MSBuild tests to use WixToolset.MSBuild.props to find wix.targets. | Sean Hall | 12 | -45/+29 |
2020-05-31 | Change MSBuild tests to use the default intermediate and output folders. | Sean Hall | 2 | -78/+89 |
2020-05-31 | Move most tests into the new WixToolsetTest.MSBuild project. | Sean Hall | 36 | -66/+100 |
2020-05-28 | Include all subfolders for the build tasks. | Sean Hall | 1 | -2/+2 |
2020-05-28 | Move the targets files into the top-level tools folder. | Sean Hall | 13 | -47/+32 |
2020-05-28 | Rename DoIt to WixBuild. | Sean Hall | 4 | -6/+6 |
2020-05-26 | Allow more than one harvested file and files differing by extension | paulomorgado | 7 | -4/+170 |
2020-05-23 | Add test for wixcop handling util:PermissionEx/@Inheritable. | Sean Hall | 4 | -2/+103 |
2020-05-22 | Enable long path support for heat, wix, and wixcop. | Sean Hall | 9 | -0/+96 |
2020-05-22 | Add heat.exe | Sean Hall | 6 | -2/+133 |
2020-05-20 | Use SHA1 instead of MD5 | Herohtar | 1 | -2/+2 |
2020-05-14 | One shiny NuGet package, please and thank you. | Sean Hall | 1 | -1/+0 |
2020-05-13 | Ensure inner exceptions from unexpected exceptions get logged. | Sean Hall | 2 | -1/+44 |
2020-05-12 | One shiny NuGet package, please and thank you. | Bob Arnson | 1 | -0/+1 |
2020-05-10 | Fix test. | Sean Hall | 1 | -1/+1 |
2020-05-10 | One shiny NuGet package, please and thank you. | Sean Hall | 1 | -1/+0 |
2020-05-10 | Add test for building a bundle from .wixproj. | Sean Hall | 7 | -3/+106 |
2020-05-10 | Remove x86 restriction (introduced from previous commit) from published conte... | Sean Hall | 8 | -14/+14 |
2020-05-09 | Set RuntimeIdentifier to win-x86 in most projects | Sean Hall | 7 | -2/+8 |
2020-05-08 | One shiny NuGet package, please and thank you. | Bob Arnson | 1 | -0/+1 |
2020-05-08 | Implement Heat tasks from WixToolset.Harvesters | Sean Hall | 17 | -148/+303 |
2020-05-08 | Move MsbuildMessageListener into its own file. | Sean Hall | 2 | -55/+66 |
2020-05-08 | Add support for Verbose in MsbuildMessageListener. | Sean Hall | 1 | -12/+17 |
2020-05-08 | Implement ShowLogo in wixcop. | Sean Hall | 4 | -3/+17 |
2020-05-07 | One shiny NuGet package, please and thank you. | Bob Arnson | 1 | -1/+0 |
2020-04-23 | One shiny NuGet package, please and thank you. | Sean Hall | 1 | -0/+1 |
2020-04-13 | One shiny NuGet package, please and thank you. | Sean Hall | 1 | -1/+0 |
2020-04-11 | Remove partial WixPdb support. | Bob Arnson | 2 | -11/+2 |
2020-04-07 | Fix clean test, since the Common Clean target isn't actually supposed to dele... | Sean Hall | 1 | -0/+3 |