This article will explain that how to use SVN, msbuild, Cruise control and CCtray to automate the build process.msbuild.xmlmsbuild 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
0 comments:
Post a Comment