Forum Discussion
smithjohn039
Oct 04, 2022Copper Contributor
Dotnet tool install 401 Unauthorized
I'm trying to install the "dotnet-reportgenerator-globaltool" tool via .Net Core custom task. Custom Command: tool Arguments: install --global dotnet-reportgenerator-globaltool --version 4.0http...
Tanveer_Abbbas840
Jun 12, 2024Copper Contributor
It sounds like you're running into a common issue with private NuGet feeds. One way to address this is by temporarily disabling the nuget.config file that points to your private feed, if that's feasible. Alternatively, you can try specifying a different configuration file or explicitly passing the credentials using a NuGet CLI command before running your custom task. For creating professional email signatures, you might find https://creadordefirmas.com/ helpful. I hope this helps!