通过 NugetCommandLine 列出包时出现 404
我在执行时收到 404
nuget list -source http://mydomain/nuget
404 实际上来自 /Nuget/$metadata。
从 iis 日志中:
2011-10-17 23:24:27 172.27.72.94 GET /Nuget/$metadata - 80 - {ipAddress} - 404 0 2 46
任何人都知道可能导致此问题的原因吗? FWIW我可以通过cmd成功发布。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我想通了。我必须这样做:
I figured it out. I had to do: