In a team where multiple people are working on same file or different files of the same solution it is quite natural that build break happens.. But how to have an automated mechanism where we can find build breaks?
Asked
Active
Viewed 164 times
3 Answers
0
You have to build on an automated and regular basis. Have a look at build automation tools. This depends a little bit on the technologie you use, for us Hudson is fine (continuous integration is also a keyword for search). You can trigger a build every night or even every changeset in your repository. This should give you instant feedback on brocken builds.

Mork0075
- 5,895
- 4
- 25
- 24
0
Take a look at CI Factory to setup a CruiseControl.NET server. Then have everyone install CCTray and you can all get notifications of automated builds and see the current status.

Ryan
- 702
- 1
- 5
- 11