This is a mirror of official site: http://jasper-net.blogspot.com/

Automate builds using SVN, MSBuild, Cruise control

| Tuesday, April 6, 2010
This article will explain that how to use SVN, msbuild, Cruise control and CCtray to automate the build process.

msbuild.xml

msbuild document is used the build the .net solution file. below is the snapshot of the msbuild document. It starts with tag Project and we must have to import the msbuild path installed on our local system. There are Target tags (can be more than one) and we can give them any name. compiler will search for the tag Build and starts with that tag. Before that it will go through the tags specified in DependsOnTarget.  

Read more: Codeproject

Posted via email from jasper22's posterous

0 comments: