I have a TFS build setup using Continuous Integration. Everything works correctly.
I'm trying to limit the check-ins that trigger a build to a specific folder (and subs).
Currently, any check-in to the Source Control folder set in my definition causes the project to build, but I would like the build to be triggered only when code is checked-in to one of the sub directories (and it's subs) in the Source Control folder.
Does anyone have any ideas? I have gone into the Default build template to try to make changes, but no luck so far.