Share via


Connect to Azure Artifacts feeds (dotnet)

TFS 2018

Project setup

Note

dotnet is not supported in TFS 2018.

  1. Select Build and Release, and then select Packages.

  2. Select your feed from the dropdown menu.

  3. Select Connect to feed.

    A screenshot showing how to connect to a feed in TFS.

  4. Select NuGet from the left panel.

  5. If this is your first time using Azure Artifacts with NuGet, select the link under Get the tools to download and install NuGet and the Credential Provider.

  6. Run the following command in an elevated command prompt to add your feed URL to your nuget.config file:

    nuget.exe sources add -name <Feed_Name> -source <Feed_URL>