`dotnet tool` not installing tool from private Azure DevOps artifacts repo?
Hello! Not strictly C#-related, but I'm trying to use
However, I'm 100% sure a package with the name
dotnet tool install [...] to install a tool available in a private NuGet repository. Specifically, I'm trying a command like this (with the Azure DevOps credential helper installed as well):However, I'm 100% sure a package with the name
AzTf exists in that feed. Any idea how I'd fix this? 

