So I want to find all the .xml and .pdb files and delete them from a build output folder. I can do this one at a time, but can I do this as one find matching files.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
If you are doing this as part of the TFS build process template then you need a few activities and a variable. I'll do my best to talk you through it.
Now to avoid having a every File Delete in your build log, open the Process Template XAML with Visual Studio, find the
|
||||