.NET
cinet1.txt
Associated article: Continuous Integration & .NET: Part I
Tags: .NET Open Source
Published source code accompanying the two-part article by in which he introduces a complete Continuous Integration solution that includes automated builds, data-driven unit testing, documentation, version control, and code coverage. Also see CINET1.ZIP
Continuous Integration & .NET: Part 1
by Thomas Beck
Listing One
<?xml version="1.0"?>
<project name="Hello World" default="build" basedir=".">
<property name="basename" value="HelloWorld&...


