404 when listing packages via NugetCommandLine

837 Views Asked by At

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

There are 1 best solutions below

2
On

I figured it out. I had to do:

nuget list -source http://mydomain/nuget/api/feeds