Cake_Git icon indicating copy to clipboard operation
Cake_Git copied to clipboard

Use Cake.Recipe

Open pascalberger opened this issue 6 years ago • 2 comments
trafficstars

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

pascalberger avatar Apr 25 '19 07:04 pascalberger

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.

devlead avatar Apr 25 '19 08:04 devlead

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.

pascalberger avatar Apr 25 '19 08:04 pascalberger