C#C
C#•11mo ago
Pearl (asyncmeow)

`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 [...]
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 AzTf
aztf is not found in NuGet feeds https://pkgs.dev.azure.com/Gemaire/_packaging/[OrganizationName]/nuget/v3/index.json.

> 


However, I'm 100% sure a package with the name
AzTf
exists in that feed. Any idea how I'd fix this? 😅
Was this page helpful?