Tag Archives: MSBuild

Continuous Integration Basics: Part 2–Repeatable Builds with Build Automation

This entry is part 2 of 2 in the series Continuous Integration

Repeatable builds are central to starting on the path to a successful continuous integration strategy. What I mean by repeatable builds is that a developer should be able to get the source code from a repository and in a single step run a set of complex tasks, tasks such as code quality checking, compiling the [...]

Posted in enterprise-basics | Also tagged , , , , , | Leave a comment