You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[CI] Grab 'dotnet-install.sh' script directly from GitHub. (#9699)
Our CI builds are frequently failing to download the
`dotnet-install.sh` script from the official .NET website due to an
`AuthenticationException`.
Instead, grab the `dotnet-install.sh` script directly from GitHub to
avoid the issue.
0 commit comments