Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | 10 | -29/+129 | |
| | ||||||
* | Delete WixToolset.Tools.Core project. | Sean Hall | 2020-06-03 | 14 | -66/+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 | 9 | -49/+126 | |
| | ||||||
* | 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 | 13 | -12/+239 | |
| | ||||||
* | 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 | 36 | -66/+100 | |
| | | | | This project relies on all of the projects being published in order to properly test wix.targets. | |||||
* | 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 | |
| | ||||||
* | Merge pull request #30 from paulomorgado/patch-1 | Sean Hall | 2020-05-28 | 7 | -4/+170 | |
|\ | | | | | Allow more than one harvested file and files differing by extension | |||||
| * | Allow more than one harvested file and files differing by extension | paulomorgado | 2020-05-26 | 7 | -4/+170 | |
|/ | | | | | | add component and directory for more disambiguation Fix HarvestFile Ouput added unit tests | |||||
* | 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 | 6 | -2/+133 | |
| | ||||||
* | Use SHA1 instead of MD5 | Herohtar | 2020-05-20 | 1 | -2/+2 | |
| | ||||||
* | One shiny NuGet package, please and thank you. | Sean Hall | 2020-05-14 | 1 | -1/+0 | |
| | ||||||
* | Ensure inner exceptions from unexpected exceptions get logged. | Sean Hall | 2020-05-13 | 2 | -1/+44 | |
| | ||||||
* | One shiny NuGet package, please and thank you. | Bob Arnson | 2020-05-12 | 1 | -0/+1 | |
| | ||||||
* | Fix test. | Sean Hall | 2020-05-10 | 1 | -1/+1 | |
| | ||||||
* | One shiny NuGet package, please and thank you. | Sean Hall | 2020-05-10 | 1 | -1/+0 | |
| | ||||||
* | Add test for building a bundle from .wixproj. | Sean Hall | 2020-05-10 | 7 | -3/+106 | |
| | ||||||
* | Remove x86 restriction (introduced from previous commit) from published ↵ | Sean Hall | 2020-05-10 | 8 | -14/+14 | |
| | | | | | | | 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 | 7 | -2/+8 | |
| | | | | now that the WixToolset.Core.Native package isn't providing wixnative.*.exe anymore. | |||||
* | One shiny NuGet package, please and thank you. | Bob Arnson | 2020-05-08 | 1 | -0/+1 | |
| | ||||||
* | Implement Heat tasks from WixToolset.Harvesters | Sean Hall | 2020-05-08 | 17 | -148/+303 | |
| | ||||||
* | 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 | |
| | ||||||
* | Implement ShowLogo in wixcop. | Sean Hall | 2020-05-08 | 4 | -3/+17 | |
| | ||||||
* | One shiny NuGet package, please and thank you. | Bob Arnson | 2020-05-07 | 1 | -1/+0 | |
| | ||||||
* | One shiny NuGet package, please and thank you. | Sean Hall | 2020-04-23 | 1 | -0/+1 | |
| | ||||||
* | One shiny NuGet package, please and thank you. | Sean Hall | 2020-04-13 | 1 | -1/+0 | |
| | ||||||
* | Remove partial WixPdb support. | Bob Arnson | 2020-04-11 | 2 | -11/+2 | |
| | | | | Not as useful as intended and I'd rather remove it than potentially have to support something as weird as this. | |||||
* | Fix clean test, since the Common Clean target isn't actually supposed to ↵ | Sean Hall | 2020-04-07 | 1 | -0/+3 | |
| | | | | delete everything. | |||||
* | Update Cpp.Build.props | Sean Hall | 2020-04-05 | 1 | -1/+1 | |
| | ||||||
* | One shiny NuGet package, please and thank you. | Sean Hall | 2020-04-03 | 1 | -0/+1 | |
| | ||||||
* | Address breaking changes. | Sean Hall | 2020-04-02 | 6 | -14/+15 | |
| | ||||||
* | Bump | Sean Hall | 2020-03-28 | 1 | -1/+0 | |
| | ||||||
* | One shiny NuGet package, please and thank you. | Bob Arnson | 2020-03-26 | 1 | -0/+1 | |
| | ||||||
* | One shiny NuGet package, please and thank you. | Bob Arnson | 2020-03-18 | 1 | -1/+0 | |
| | ||||||
* | Partial WixPdbs stop the backend before binding. | Bob Arnson | 2020-03-17 | 4 | -6/+81 | |
| | ||||||
* | One shiny NuGet package, please and thank you. | Bob Arnson | 2020-03-13 | 1 | -0/+1 | |
| | ||||||
* | One shiny NuGet package, please and thank you. | Bob Arnson | 2020-03-12 | 1 | -1/+0 | |
| | ||||||
* | One shiny NuGet package, please and thank you. | Bob Arnson | 2020-03-12 | 1 | -0/+1 | |
| | ||||||
* | Update WixCop tests for versioned extension id changes. | Bob Arnson | 2020-03-05 | 2 | -2/+2 | |
| |