If you want to use custom assemblies as NuGet packages in Visual Studio and your DevOps pipelines, you will have to add your assembly to the Assemblies folder in DevOps (dev.azure.com) first.
In DevOps, select Assemblies, Connect to Feed and click Visual Studio, you will see the path you need under Source. For example:
https://pkgs.dev.azure.com/%5Bcustomer%5D/_packaging/Shared%40Local/nuget/v3/index.json
Next you can go to Visual Studio:
- Go to Tools > NuGet Package Manager > Package Manager Settings, select Package Manager Sources and then click the + button.
- Choose feed Name (i.e. client shared), set the feed URL to the URL mentioned above.
