Gary Ewan Park
Gary Ewan Park
@Jericho thanks for adding this!
@Jericho is this still an issue?
@AdmiringWorm I have taken the liberty to rebase this PR onto the head of develop branch, since I merged the associated PR for updating Cake.Coverlet.
This issue won't be closed, as the suggested change in the PR isn't valid.
This package is specifically pinned at 0.7.0, as later packages are shipping the .Net Global Tool version of the application, and here we want to specifically use the full .Net...
@pascalberger what would this look like? A post build task? When I have had to do ILMerge'ing before, I have used the Fody addin called Costura, so it is done...
Have a look at what @phillipsj has done on his addin projects to get this to work within MSBuild.
While I still want to have this at some point, I am going to bump this from the 2.0.0 milestone.
@pascalberger that is a fair point. While you are here, I am assuming that it isn’t possible to do this: ``` Task(“Default”) .Does((context, buildVersion, buildData) => { }); ``` Or...
Yes, the ability to pass multiple typed contexts into a task. Ooo, interesting... That could be exactly what I am looking for!