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>
- Via the NuGet tool:
nuget list -Source <SERVER URL>
Sometimes it’s very useful for testing just to hit a private NuGet server directly. So, here is two methods.
Find-Package -Source <SERVER URL>
nuget list -Source <SERVER URL>