How to Recursively Delete wildcard files in TFS Build?
- by Chris Arnold
I want to recursively delete files that match a certain pattern as part of my post-build cleanup routines in TFS Build. I've tried this...
<Delete Files="T:\DeploymentDir\**\A*" />
No errors in the build, but it doesn't work.