Listing Packages in Private NuGet Server

Sometimes it’s very useful for testing just to hit a private NuGet server directly. So, here is two methods.

  • Via the PM console:
Find-Package -Source <SERVER URL>
nuget list -Source <SERVER URL>