aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-06-03Reenable RunAsSeparateProcess.Sean Hall4-20/+38
Publish the parts of WixToolset.MSBuild to individual folders and then manually recombine them, because otherwise dotnet publish was mysteriously bringing in the wrong versions of dlls. Disable tests in appveyor.yml because Appveyor was running the tests again at the end of the build.
2020-06-03Disable RunAsSeparateProcess until build server issues are resolved.Sean Hall2-6/+6
2020-06-03Get the inner exception test working in the MSBuild test project.Sean Hall6-53/+44
2020-06-03Set .NET Core RollForward policy to Major.Sean Hall3-0/+3
2020-06-03Never run in-proc on .NET Core.Sean Hall10-29/+129
2020-06-03Delete WixToolset.Tools.Core project.Sean Hall14-66/+7
2020-06-03Refactor the tasks so that the in-proc code is in partial classes.Sean Hall6-132/+158
2020-06-03Add ability for net461 tasks to run the tool out of proc.Sean Hall9-49/+126
2020-05-31In MSBuild tests, default to Release.Sean Hall3-26/+27
2020-05-31Disable node reuse when running msbuild inside of tests.Sean Hall1-0/+3
2020-05-31Provide x86 and x64 versions of net461 build tasks.Sean Hall13-12/+239
2020-05-31Update all MSBuild tests to run on x86 and x64 MSBuild.Sean Hall3-69/+114
2020-05-31Update MSBuild tests to use WixToolset.MSBuild.props to find wix.targets.Sean Hall12-45/+29
2020-05-31Change MSBuild tests to use the default intermediate and output folders.Sean Hall2-78/+89
2020-05-31Move most tests into the new WixToolsetTest.MSBuild project.Sean Hall36-66/+100
This project relies on all of the projects being published in order to properly test wix.targets.
2020-05-28Include all subfolders for the build tasks.Sean Hall1-2/+2
2020-05-28Move the targets files into the top-level tools folder.Sean Hall13-47/+32
2020-05-28Rename DoIt to WixBuild.Sean Hall4-6/+6
2020-05-26Allow more than one harvested file and files differing by extensionpaulomorgado7-4/+170
add component and directory for more disambiguation Fix HarvestFile Ouput added unit tests
2020-05-23Add test for wixcop handling util:PermissionEx/@Inheritable.Sean Hall4-2/+103
2020-05-22Enable long path support for heat, wix, and wixcop.Sean Hall9-0/+96
2020-05-22Add heat.exeSean Hall6-2/+133
2020-05-20Use SHA1 instead of MD5Herohtar1-2/+2
2020-05-14One shiny NuGet package, please and thank you.Sean Hall1-1/+0
2020-05-13Ensure inner exceptions from unexpected exceptions get logged.Sean Hall2-1/+44
2020-05-12 One shiny NuGet package, please and thank you.Bob Arnson1-0/+1
2020-05-10Fix test.Sean Hall1-1/+1
2020-05-10One shiny NuGet package, please and thank you.Sean Hall1-1/+0
2020-05-10Add test for building a bundle from .wixproj.Sean Hall7-3/+106
2020-05-10Remove x86 restriction (introduced from previous commit) from published ↵Sean Hall8-14/+14
contents. Remove unused net472 BuildTasks. Make BuildTasks target netcoreapp instead of netstandard since publishing isn't supported for netstandard.
2020-05-09Set RuntimeIdentifier to win-x86 in most projectsSean Hall7-2/+8
now that the WixToolset.Core.Native package isn't providing wixnative.*.exe anymore.
2020-05-08 One shiny NuGet package, please and thank you.Bob Arnson1-0/+1
2020-05-08Implement Heat tasks from WixToolset.HarvestersSean Hall17-148/+303
2020-05-08Move MsbuildMessageListener into its own file.Sean Hall2-55/+66
2020-05-08Add support for Verbose in MsbuildMessageListener.Sean Hall1-12/+17
2020-05-08Implement ShowLogo in wixcop.Sean Hall4-3/+17
2020-05-07 One shiny NuGet package, please and thank you.Bob Arnson1-1/+0
2020-04-23One shiny NuGet package, please and thank you.Sean Hall1-0/+1
2020-04-13One shiny NuGet package, please and thank you.Sean Hall1-1/+0
2020-04-11Remove partial WixPdb support.Bob Arnson2-11/+2
Not as useful as intended and I'd rather remove it than potentially have to support something as weird as this.
2020-04-07Fix clean test, since the Common Clean target isn't actually supposed to ↵Sean Hall1-0/+3
delete everything.
2020-04-05Update Cpp.Build.propsSean Hall1-1/+1
2020-04-03One shiny NuGet package, please and thank you.Sean Hall1-0/+1
2020-04-02Address breaking changes.Sean Hall6-14/+15
2020-03-28BumpSean Hall1-1/+0
2020-03-26One shiny NuGet package, please and thank you.Bob Arnson1-0/+1
2020-03-18 One shiny NuGet package, please and thank you.Bob Arnson1-1/+0
2020-03-17Partial WixPdbs stop the backend before binding.Bob Arnson4-6/+81
2020-03-13One shiny NuGet package, please and thank you.Bob Arnson1-0/+1
2020-03-12One shiny NuGet package, please and thank you.Bob Arnson1-1/+0