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

Enhance DeleteTree with provisions for retrying on set intervals #286

Open
dsidirop opened this issue Dec 14, 2018 · 1 comment
Open

Enhance DeleteTree with provisions for retrying on set intervals #286

dsidirop opened this issue Dec 14, 2018 · 1 comment

Comments

@dsidirop
Copy link
Contributor

dsidirop commented Dec 14, 2018

Retrying comes in handy when having to deal with the quirks that crop up when we try to deploy websites on IIS (running w3p.exe processes lock the directory and prevent < RemoveDir > from working as intended):

https://social.msdn.microsoft.com/Forums/vstudio/en-US/cb6acfa3-88e8-43c9-9a8b-0001b5ecf4e7/random-build-failures-on-removedir-task-error-msb3231-unable-to-remove-directory?forum=tfsbuild

Something like:

< DeleteTree
Directories="..."
Retries="3"
RetryDelayMilliseconds="300" >

Would be nice I guess.

@dsidirop
Copy link
Contributor Author

Pull request:

#287

pwelter34 added a commit that referenced this issue Aug 23, 2019
Enhance DeleteTree with provisions for retrying on set intervals #286
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant