You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, package 'lib' folder must be result of compiling a single project (e.g. automatic packaging of project on build). Packages with arbitrary contents of 'lib' achieved with manually authored .nuspec are not supported.
The text was updated successfully, but these errors were encountered:
felix-b
changed the title
Allow linking packages with arbitrary contents of the 'lib' folder.
Allow linking packages that have arbitrary contents in the 'lib' folder.
May 9, 2019
Fatal error: Error: Cannot link package My.Package: 'lib' folder not found,
expected ~/.nuget/packages/my.package/1.0.0/lib
I wanna link a local package that I have the source code to, but I do not have access to the original nuget feed. I've run dotnet restore, dotnet build, and dotnet publish on the package source project, but it never end up in my .nuget/packages folder.
I'm on mac, and my `.nuget/packages/ folder only seems to contain nugets that I've fetched from a remote feed.
Currently, package 'lib' folder must be result of compiling a single project (e.g. automatic packaging of project on build). Packages with arbitrary contents of 'lib' achieved with manually authored .nuspec are not supported.
The text was updated successfully, but these errors were encountered: