问题
I'm getting a 404 when performing
nuget list -source http://mydomain/nuget
The 404 is actually coming from /Nuget/$metadata.
From the iis logs:
2011-10-17 23:24:27 172.27.72.94 GET /Nuget/$metadata - 80 - {ipAddress} - 404 0 2 46
Anyone have any ideas as to what may be causing this? FWIW I can successfully publish via the cmd.
回答1:
I figured it out. I had to do:
nuget list -source http://mydomain/nuget/api/feeds
来源:https://stackoverflow.com/questions/7800832/404-when-listing-packages-via-nugetcommandline