User Profile
smithjohn039
Copper Contributor
Joined 3 years ago
User Widgets
Recent Discussions
Re: Dotnet tool install 401 Unauthorized
LanHuang Issue Resolved, Thanks for the proper guidance LanHuang wrote: Hi smithjohn039, Thanks for posting your issue here. However this platform is used for how-to discussions and sharing best practices for building any app with .NET.Since your issue is a technical question, welcome to post it in https://docs.microsoft.com/en-us/answers/products/dotnethttps://jeepmarketing.com/ forum, the support team and communities on Microsoft Q&A will help you for any technical questions. Besides, it will be appreciated if you can share it here once you post this technical question Microsoft Q&A. Best Regards, Lan Huang33KViews0likes1CommentDotnet 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.0https://thecapcut.com/15 Problem: When executing from a directory that contains a nuget.config pointing to a private azure artifacts, I get an error like the following. I don't want to use my feed or need tohttps://thecapcut.com/ but because the nuget.config exists I have no choice. Is there a way I can pass credentials to this command? There is no directory that doesn't inherit the nuget.config [command]"C:\Program Files\dotnet\dotnet.exe" tool install --global dotnet-reportgenerator-globaltool --version 4.0.15 C:\Program Files\dotnet\sdk\2.2.104\NuGet.targets(114,5): error : Unable to load the service index for source https://pkgs.dev.azure.com/bstglobal/_packaging/BSTWEB/nuget/v3/index.json. [C:\Users\VssAdministrator\AppData\Local\Temp\rkrgqk3i.dkp\restore.csproj] C:\Program Files\dotnet\sdk\2.2.104\NuGet.targets(114,5): error : Response status code does not indicate success: 401 (Unauthorized). [C:\Users\VssAdministrator\AppData\Local\Temp\rkrgqk3i.dkp\restore.csproj] The tool package could not be restored.39KViews0likes9Comments
Recent Blog Articles
No content to show