Get started with NuGet packages in Azure Artifacts
Download NuGet packages
1. Get the feed's source URL
-
From within your project, select Artifacts, and then select your feed.
-
Select Connect to feed.
-
Select Visual Studio from the NuGet section .
-
Copy your feed's Source URL.
Set up Visual Studio
-
In Visual Studio, select Tools, and then Options.
-
Expand the NuGet Package Manager section, and then select Package Sources.
-
Enter the feed's Name and the Source URL, and then select the green (+) sign to add a source.
-
If you enabled upstream sources in your feed, clear the nuget.org check box.
-
Select OK.
Download packages
- In Visual Studio, right-click on your project, and then select Manage NuGet Packages.
- Select Browse, and then select your feed from the Package source drop-down menu.