首页 > 其他分享 >Get started with NuGet packages in Azure Artifacts

Get started with NuGet packages in Azure Artifacts

时间:2022-09-27 10:36:43浏览次数:67  
标签:feed Get started NuGet Artifacts packages your select

Get started with NuGet packages in Azure Artifacts

Download NuGet packages

1. Get the feed's source URL

  1. From within your project, select Artifacts, and then select your feed.

  2. Select Connect to feed.

 

  • Select Visual Studio from the NuGet section .

  • Copy your feed's Source URL.

 

Set up Visual Studio

  1. In Visual Studio, select Tools, and then Options.

  2. Expand the NuGet Package Manager section, and then select Package Sources.

  3. Enter the feed's Name and the Source URL, and then select the green (+) sign to add a source.

  4. If you enabled upstream sources in your feed, clear the nuget.org check box.

  5. Select OK.

    Download packages

    1. In Visual Studio, right-click on your project, and then select Manage NuGet Packages.
    2. Select Browse, and then select your feed from the Package source drop-down menu.

标签:feed,Get,started,NuGet,Artifacts,packages,your,select
From: https://www.cnblogs.com/chucklu/p/16733616.html

相关文章