arcade: dotnet/runtime is failing to restore from internal azdo feeds
- Is this issue blocking: no
- Is this issue causing unreasonable pain: yes
@safern reported that even after updating the version of .Net SDK to a recent one the dotnet/runtime builds are still failing to restore from internal azdo feeds. Sample build is here.
Error message:
(Restore target) ->
C:\Program Files\dotnet\sdk\3.0.100\NuGet.targets(123,5): error : Problem starting the plugin 'C:\Users\vsagent\.nuget\plugins\netcore\CredentialProvider.Microsoft\CredentialProvider.Microsoft.dll'. Plugin 'CredentialProvider.Microsoft' failed within 5.272 seconds with exit code -1. [F:\workspace\_work\1\s\eng\common\internal\Tools.csproj]
C:\Program Files\dotnet\sdk\3.0.100\NuGet.targets(123,5): error : Unable to load the service index for source https://devdiv.pkgs.visualstudio.com/_packaging/dotnet-core-internal-tooling/nuget/v3/index.json. [F:\workspace\_work\1\s\eng\common\internal\Tools.csproj]
C:\Program Files\dotnet\sdk\3.0.100\NuGet.targets(123,5): error : Response status code does not indicate success: 401 (Unauthorized). [F:\workspace\_work\1\s\eng\common\internal\Tools.csproj]
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 15 (15 by maintainers)
@riarenas - we need to do a RCA on this. Perhaps open another issue? This’ll come back… 😦
Yeah, the changes fixed the problem.
I guess whenever 3.1.200 is available we could bump our global.json to that and we can then remove the workarounds.