You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
xavierdecoster edited this page Mar 16, 2013
·
5 revisions
NuGet Feed Discovery Clients
DiscoverPackageSources cmdlet
Installation
The DiscoverPackageSources NuGet package adds a new PowerShell cmdlet to your NuGet Package Manager Console in Visual Studio.
Install-Package DiscoverPackageSources
Usage
Simply run the Discover-PackageSources cmdlet and discover the NuGet feeds on the target URL. The example below will discover all public feeds hosted in the MyGet Gallery.
The screenshot below shows you how the new discover command allows you to find a set of NuGet feeds on a given NFD endpoint, and adds them to your NuGet.config file as package sources.