I have a drop folder created by TFS build which contains all the produced artifacts:
- .dll \ .config \ .pdb files from all projects
- _PublishedWebsites folder
- *.msi files produces by Wix projects
All I really care about is *.msi files as everything I deploy is in them.
How can I specify for the TFS build not to bother with all the other files in the Drop folder?
I know I can customize the build to delete files after the solution build, but maybe there is a clever way of disabling them at all?