Hi All,
Since MSBuild understands the dependencies between projects - E.g. project A is only used by Project B. If there is a change in A, only B needs to be tested, not all other applications (e.g. C ). Can we use MSBuild to determine which projects need to be tested after a commit ? regards, sid
