while pushing a nuget package to a local feed at http://localhost/site
, it asks for credentials.
eg: nuget push ‘OracleDataAccess.1.0.0.nupkg’ -s 'http://10.xx.xx.2/SNNuget/mykey'
I am able to browse the feed directly and see the packages that I manually placed there. Any possibility to disable this? or any other solutions?
Perhaps the following Gist can help you? https://gist.github.com/xavierdecoster/3205826
It contains the nuget.exe commands that allow you to store your feed credentials on your development machine.