Ensure all phases of the build are fully incremental, including:
1. Compile
2. Run Code Analysis (FxCop)
3. Run StyleCop
4. Run Unit tests
If I change product code that is only referenced by two unit test DLLs, only those two unit tests should run. (Same with FxCop and StyleCop.)
1. Compile
2. Run Code Analysis (FxCop)
3. Run StyleCop
4. Run Unit tests
If I change product code that is only referenced by two unit test DLLs, only those two unit tests should run. (Same with FxCop and StyleCop.)