I have a solution in visual studio 2015 configure with a local feed of nuget (C:\nuget.feed) that works inside visual studio 2015 because i config the nuget repository
But when i want to restore on the build throw command line with Jenkins i don't know how to specify the local feed.
I use dotnet restore and dotnet build to do this with asp net core 1.0.
From
dotnet restore
documentation:If you are interesting why
dotnet restore
doesn't use your VS configuration, look into Nuget Config file locations and uses section.