I have a local NuGet Feed that I want to use with Cake
I tried that using:
#tool "nuget:file://masterserver/publish/?package=restsharp" (filesystem folder) <br>
But got this error: Unable to find package 'restsharp' ????
and this:
#addin "nuget:http://masterserver/NuGetWebHost/Nuget/ (NuGetServer on IIS) <br>
But got this error:
....build.cake:4: Query string parameter 'package' is missing in package reference.
How can I access my Local NuGets ?
Cant restore via my local feed?