I have a GIT repo for my project with 2 folders - Client and Server, containing corresponding code in each folder. I would like to have two teamcity build procedures, one each for client and server code changes. In the current setup, the entire GIT repo is checked out and built. I would like to restrict the client build only to client code changes and server build only to server changes.
One option is to split them to 2 different repos, but this is inconvenient for the developers.
Is there a way to configure teamcity to listen to changes only on a specific folder ?