I have a project in TFS that has 2 solution files in the folder. One is for the website, the other is for a web API:
Project Name
Project Name / Main
Project Name / Main / Shared Project Folder 1
Project Name / Main / Shared Project Folder 2
Project Name / Main / Website Folder
Project Name / Main / WebApi Folder
Project Name / Main / Website.sln
Project Name / Main / WebAPI.sln
This structure is because the 2 solutions have a couple of shared projects.
TeamCity (version 9) is detecting the check in and building the Website & API, regardless of which solution files have been changed.
Is there a way to configure TeamCity to detect the projects that have changed and run the appropriate builds?
Thanks in advance.