baseclass / Contrib.Nuget

Extending nuget with nuget packages
MIT License
30 stars 21 forks source link

Fix add/remove paths: #25

Closed vladjerca closed 8 years ago

vladjerca commented 8 years ago

As of NuGet 3.0 non standard paths are ignored when calling $package.GetFiles()

Fetching files using the actual Linked Path solves this issue.