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
We currently experience allot of hangs/timeouts/etc. during NuGet restore on Linux / OSX build agents, forcing us often to retry PR builds several times.
Cake v0.11.0 introduced a timeout setting to all tools using this and an something like Polly we should be able to do retries while restoring packages and eliminate some frustration.
I'll shortly submit a WIP PR with to implement this.
The text was updated successfully, but these errors were encountered:
We currently experience allot of hangs/timeouts/etc. during NuGet restore on Linux / OSX build agents, forcing us often to retry PR builds several times.
Cake v0.11.0 introduced a timeout setting to all tools using this and an something like Polly we should be able to do retries while restoring packages and eliminate some frustration.
I'll shortly submit a WIP PR with to implement this.
The text was updated successfully, but these errors were encountered: