cake-contrib / Cake_Git

Cake AddIn that extends Cake with Git features using LibGit2 and LibGit2Sharp

Home Page:https://cakebuild.net/extensions/cake-git

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use Cake.Recipe

pascalberger opened this issue · comments

Use Cake.Recipe for building the addin to make contributions for other addin authors easier

This would be great. One of the hurdles to overcome is to package the nuget package correctly to bundle the native libgit assemblies correctly as the change names each version.

We also need to sort a correct folder structure as it's a bit broken on netstandard now since libgit changed do multimoniker and .NET Core resolves assemblies a bit differently than 4.x, but there might be some

We also need to trigger integration tests, but that I don't see as an issue.

If I find some time I can give it a shot. I definitely want to solve the LIbGit2Sharp update issue, so at least the folder structure part is something I plan to solve. The other points should be solvable with Cake.Recipe extension points.