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

Build script defect

Roadrunner67 opened this issue · comments

Trying to solve some of the dependency issues, I ran in to the following:

In Task("Create-NuGet-Package") coreNative is built from glob pattern (**) finding multiple files with same name.
OS-relative paths are then stripped from the files resulting in a .nupkg file with multiple files with same name in same directory.

There is an attempt to solve multiple dll's by excluding win7-x86 which no longer exists.

Has Cake_Git ever worked on multiple platforms?

@devlead any thoughts?

This was a consequence of updating package refs to LibGit2Sharp 0.26.0