Hi you could use a post build event to write some information to a file or so, and check on that later on. But I always do a clear and acompile, so all projects get compiled and tested.
just to be sure ;-) with kind regards Ruben Willems 2009/3/16 सिद्धार्थ <[email protected]> > > > 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 >
