Actual behavior: Network issues hit during build restore step are silently ignored that leads to arbitrary errors later. Examples: - https://github.com/dotnet/runtime/issues/44710 - https://github.com/dotnet/runtime/issues/44708 Expected behavior: Network issues hit during build restore step are clearly reported.