|
CruiseControl.NET : Visual Studio Task
This page last changed on Mar 16, 2005 by mroberts.
Most complex build processes use NAnt or MSBuild to script out the build process. However, for simple projects that just need to compile a Visual Studio.NET solution, the DevenvBuilder provides an easy way to compile your project. ExamplesMinimalist example: <devenv> <solutionfile>src\MyProject.sln</solutionfile> <configuration>Debug</configuration> </devenv> Full example: <devenv> <solutionfile>src\MyProject.sln</solutionfile> <configuration>Debug</configuration> <executable>c:\program files\Microsoft Visual Studio .NET\Common7\IDE\devenv.com</executable> <buildTimeoutSeconds>10</buildTimeoutSeconds> </devenv> Configuration Elements:
|
| Document generated by Confluence on Jun 26, 2005 17:23 |