Skip to content
New issue

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

Add cake-build build.cake NuGet restore retry handling #881

Closed
devlead opened this issue May 13, 2016 · 0 comments · Fixed by #882
Closed

Add cake-build build.cake NuGet restore retry handling #881

devlead opened this issue May 13, 2016 · 0 comments · Fixed by #882
Assignees
Milestone

Comments

@devlead
Copy link
Member

devlead commented May 13, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants