I am trying to connect to my Azure Devops 2019 NuGet feed from the package manager in Visual Studio 2019. I have added the source https://myurl/tfs/DefaultCollection/_packaging/MyFeed/nuget/v3/index.json but when I try to connect to it in VS I get the following error:
Unable to load the service index for source https://myurl/tfs/DefaultCollection/_packaging/MyFeed/nuget/v3/index.json. Response status code does not indicate success: 401 (Unauthorized).
I followed the instructions here regarding the PAT security token but I am not sure how to use the PAT in VS. https://docs.microsoft.com/en-us/azure/devops/artifacts/nuget/nuget-exe?view=azdevops&tabs=new-nav
How can I use the VS package manager with Azure Devops artifacts?