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
MattKotsenas
changed the title
SDK Container publish fails on transient HTTP error
SDK Container publish fails on transient HTTP download error
May 14, 2025
Describe the bug
It appears that the SDK container publish task is not resilient to transient HTTP / networking errors on download. There's already retry on push that I found here: https://github.com/dotnet/sdk-container-builds/pull/256/files
However, on download we pass the HTTP stream directly to copy, which doesn't appear to have any retries wrapped around it.
Impact
This is more impactful that it might seem because it fails the build. That means in CI the whole pipeline fails or needs retried.
Exceptions (if any)
Further technical details
dotnet sdk 8.0.407 on Windows
The text was updated successfully, but these errors were encountered: