| Commit message (Expand) | Author | Age | Files | Lines |
* | Update project files so appveyor.cmd can build Debug for dev. | Sean Hall | 2020-09-22 | 3 | -6/+15 |
* | Only target all frameworks in Release | Sean Hall | 2020-08-17 | 3 | -3/+6 |
* | Use WixAssert.CompareLineByLine. | Sean Hall | 2020-08-09 | 1 | -6/+6 |
* | Remove noise from console output | Rob Mensching | 2020-07-18 | 2 | -9/+2 |
* | Fix Theme Viewer's install using invalid directory names | Rob Mensching | 2020-07-14 | 1 | -2/+2 |
* | Upgrade dependencies. | Sean Hall | 2020-07-14 | 10 | -14/+14 |
* | Update to latest dutil. | Sean Hall | 2020-07-10 | 2 | -3/+3 |
* | Update to latest thmutil. | Sean Hall | 2020-07-06 | 5 | -16/+25 |
* | Rename WixToolset.Msbuild to WixToolset.Sdk | Rob Mensching | 2020-06-26 | 44 | -11/+11 |
* | Add a default TargetFramework to the SDK | Rob Mensching | 2020-06-26 | 1 | -0/+1 |
* | The Great Tuple to Symbol Rename (tm) | Rob Mensching | 2020-06-25 | 2 | -10/+10 |
* | Support SDK-style projects with MSBuild SDK assets. | Bob Arnson | 2020-06-25 | 4 | -0/+40 |
* | Add SourceLink to C++ projects. | Sean Hall | 2020-06-24 | 3 | -1/+18 |
* | Update thmviewer to show theme load errors. | Sean Hall | 2020-06-24 | 5 | -12/+93 |
* | 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 | 6 | -73/+23 |
* | Update MSBuild task to support async commands and push heat out of proc | Rob Mensching | 2020-06-10 | 7 | -26/+32 |
* | Support "extension" command | Rob Mensching | 2020-06-10 | 2 | -0/+3 |
* | Support async execution of commands | Rob Mensching | 2020-06-10 | 1 | -8/+22 |
* | Move WixCop to "wix.exe convert" command | Rob Mensching | 2020-06-10 | 31 | -1531/+9 |
* | Reenable RunAsSeparateProcess. | Sean Hall | 2020-06-03 | 2 | -6/+6 |
* | Disable RunAsSeparateProcess until build server issues are resolved. | Sean Hall | 2020-06-03 | 2 | -6/+6 |
* | Get the inner exception test working in the MSBuild test project. | Sean Hall | 2020-06-03 | 5 | -53/+43 |
* | Set .NET Core RollForward policy to Major. | Sean Hall | 2020-06-03 | 3 | -0/+3 |
* | Never run in-proc on .NET Core. | Sean Hall | 2020-06-03 | 9 | -29/+126 |
* | Delete WixToolset.Tools.Core project. | Sean Hall | 2020-06-03 | 13 | -56/+7 |
* | 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 | 8 | -46/+119 |
* | In MSBuild tests, default to Release. | Sean Hall | 2020-05-31 | 3 | -26/+27 |
* | Disable node reuse when running msbuild inside of tests. | Sean Hall | 2020-05-31 | 1 | -0/+3 |
* | Provide x86 and x64 versions of net461 build tasks. | Sean Hall | 2020-05-31 | 12 | -11/+237 |
* | Update all MSBuild tests to run on x86 and x64 MSBuild. | Sean Hall | 2020-05-31 | 3 | -69/+114 |
* | Update MSBuild tests to use WixToolset.MSBuild.props to find wix.targets. | Sean Hall | 2020-05-31 | 12 | -45/+29 |
* | Change MSBuild tests to use the default intermediate and output folders. | Sean Hall | 2020-05-31 | 2 | -78/+89 |
* | Move most tests into the new WixToolsetTest.MSBuild project. | Sean Hall | 2020-05-31 | 34 | -51/+75 |
* | Include all subfolders for the build tasks. | Sean Hall | 2020-05-28 | 1 | -2/+2 |
* | Move the targets files into the top-level tools folder. | Sean Hall | 2020-05-28 | 13 | -47/+32 |
* | Rename DoIt to WixBuild. | Sean Hall | 2020-05-28 | 4 | -6/+6 |
* | Allow more than one harvested file and files differing by extension | paulomorgado | 2020-05-26 | 7 | -4/+170 |
* | Add test for wixcop handling util:PermissionEx/@Inheritable. | Sean Hall | 2020-05-23 | 4 | -2/+103 |
* | Enable long path support for heat, wix, and wixcop. | Sean Hall | 2020-05-22 | 9 | -0/+96 |
* | Add heat.exe | Sean Hall | 2020-05-22 | 4 | -0/+118 |
* | Use SHA1 instead of MD5 | Herohtar | 2020-05-20 | 1 | -2/+2 |
* | Ensure inner exceptions from unexpected exceptions get logged. | Sean Hall | 2020-05-13 | 2 | -1/+44 |
* | Fix test. | Sean Hall | 2020-05-10 | 1 | -1/+1 |
* | Add test for building a bundle from .wixproj. | Sean Hall | 2020-05-10 | 5 | -2/+104 |
* | Remove x86 restriction (introduced from previous commit) from published conte... | Sean Hall | 2020-05-10 | 7 | -12/+13 |
* | Set RuntimeIdentifier to win-x86 in most projects | Sean Hall | 2020-05-09 | 7 | -2/+8 |
* | Implement Heat tasks from WixToolset.Harvesters | Sean Hall | 2020-05-08 | 16 | -148/+302 |
* | Move MsbuildMessageListener into its own file. | Sean Hall | 2020-05-08 | 2 | -55/+66 |