Creating Team Build Types
I was answering a question related to programmatically creating team build types today and realized there weren’t too many examples on the web. I didn’t see any examples that included all the details I was looking for – for example: Adding the solution to be built to the new build type Turning on/off test execution Turning on/off code analysis An example containing these details may exist, I just didn’t come across it during my initial search. So, with that said, I decided to post the main part of the example application I put together to test out some concepts. The…