I'm setting up a TFS 2012 and want to configure a Build Definition for one of our Team Projects.
What I want to achieve is that I'm able to trigger the Build Definition manually and it should build all Solutions contained in the Team Project.
So far I could include all Solutions at "Process -> 1. required -> Items to build" but then if someone checks-in a new solution to the Team Project I would have to add it manually to the required items.
Is there a way to configure it the way that it automatically builds all solutions in the Team Project?
I read a lot of different posts and blogs saying something about using continuous integration but then I still had to provide required items. Now I'm little bit confused.