We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We need to add retries to the dotnet-install script invocation as a mitigation for https://github.com/dotnet/release/issues/1230
Call site:
docker-tools/eng/common/Install-DotNetSdk.ps1
Lines 45 to 54 in 007df58
The text was updated successfully, but these errors were encountered:
Add retries to dotnet-install script invocation
c6c9825
Fixes #1644 Add retries to dotnet-install script invocation in `Install-DotNetSdk.ps1`. * Wrap the invocation of the dotnet-install script with the `Invoke-WithRetry.ps1` script. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/dotnet/docker-tools/issues/1644?shareId=XXXX-XXXX-XXXX-XXXX).
Successfully merging a pull request may close this issue.
We need to add retries to the dotnet-install script invocation as a mitigation for https://github.com/dotnet/release/issues/1230
Call site:
docker-tools/eng/common/Install-DotNetSdk.ps1
Lines 45 to 54 in 007df58
The text was updated successfully, but these errors were encountered: