visual-studioazure-devopsnugetnuget-package

How to add a Feed to NuGet in Visual Studio


My boss sent this today:

Adjust your nuget to the following feed: https://.....azure.....artifacts....nuget....index.json

Does anyone have any idea where I go to solve this thing?

I tried to put it here at this stop, but I don't know if that's correct:

enter image description here


Solution

  • The step where you add the NuGet Feed to Visual Studio is correct.

    You can add the NuGet feed to Visual Studio Package Sources.

    enter image description here

    Then you will be able to install the package from the NuGet Feed.

    enter image description here

    For more detailed info, you can refer to this doc: Set up Nuget Feed in Visual Studio