This post originated from an RSS feed registered with .NET Buzz
by Christian Horsdal.
Original Post: Developer Survey Results - Part 3
Feed Title: Horsdal
Feed URL: http://www.horsdal-consult.dk/feeds/posts/default
Feed Description: A blog that will be about code, architecture, design, and .NET.
This is the third part of my walk through of the results of a survey I recently did (part 1, part 2). This time I focus on practices around continuous integration.
The survey shows that 58% of respondents use CI, which  is fewer than I expected.
Those who use CI have their CI servers do different things. The answers show respondents use their servers to:
Build94%
Run unit tests86%
Run