`dotnet tool` not installing tool from private Azure DevOps artifacts repo?
Hello! Not strictly C#-related, but I'm trying to use
dotnet tool install [...]
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):
> dotnet tool install --interactive -g --source https://pkgs.dev.azure.com/[OrganizationName]/_packaging/Gemaire/nuget/v3/index.json AzTfaztf is not found in NuGet feeds https://pkgs.dev.azure.com/Gemaire/_packaging/[OrganizationName]/nuget/v3/index.json.>
> dotnet tool install --interactive -g --source https://pkgs.dev.azure.com/[OrganizationName]/_packaging/Gemaire/nuget/v3/index.json AzTfaztf is not found in NuGet feeds https://pkgs.dev.azure.com/Gemaire/_packaging/[OrganizationName]/nuget/v3/index.json.>