404 when listing packages via NugetCommandLine

北城以北 提交于 2019-12-24 11:02:09

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!