cruisecontrol.net
CruiseControl.NET, is Nant really necessary?
I\'m trying to setup CruiseControl.NET for CI. I am having trouble finding references and examples for setting up just a file system watcher to kick off a build of a solution file. An issue I\'m havin[详细]
2023-04-04 03:29 分类:问答Adding output from a batch file called by internal program to the project build logs
I have a project in CCNet and the executable needs to run a batch file. Is there a w开发者_StackOverflow社区ay of extracting the output from the batch file so it can be picked up by the build log? As[详细]
2023-04-03 18:04 分类:问答CruiseControl MSBuild Automate Lines of code calculation in source
In my company we are using cruise control to automate daily builds开发者_高级运维 of the codebase. This is done through MsBuild tool. FxCop is already integrated into MsBuild[详细]
2023-04-03 12:09 分类:问答CruiseControl.net cronTrigger confusion
I have setup 2 projects in cc.net for the same web application.A continuous integration project that uses an interval trigger and works fine and a \"nightly build\" project that uses a cronTrigger.The[详细]
2023-04-03 09:25 分类:问答How to include SpecFlow .html report in CruiseControl BuildReport?
all. How to include SpecFlow 开发者_高级运维.html report in CruiseControl BuildReport? Is exists ready to use solution?In the File Merge Task, you can specify an action of \"Copy.\"This will copy the[详细]
2023-04-02 07:33 分类:问答How to add cruisecontrol.net build step based on output of .NET code
I have written some code which checks a site for broken links using the IIS SEO toolkit API. The interface for the code is nice and simple, see below:[详细]
2023-03-31 05:36 分类:问答Adding SQL Server Source Control to Cruise Control.Net
We recently acquired Red-Gate\'s SQL Source Control (Version 2.2) and we want to add the \"build\" with Cruise Control.Net in our CI Server.[详细]
2023-03-30 16:33 分类:问答Is there a way to reference the last build label of a project in CruiseControl.NET?
Is there a way to reference the las开发者_JAVA技巧t build label of a particular project in CC.NET? I have a project set to execute a task that needs to run only when Force Build is clicked, but the pa[详细]
2023-03-29 22:26 分类:问答Specifying Tf.exe and MsBuild version in CC.Net
The problem I am porting a build to a newer version of CC.Net (from 1.4.4 to a very recent version of 1.6).Previously the build mixed <msbuild /> tags with <exec /> tags that call batch f[详细]
2023-03-29 09:46 分类:问答Publish Clickonce Project with v4.0 MSBuild fails on 64 bit machines
I have this business application, a winform client which communicates with WCF services. The client is targeted to .net 3.5 framework and the IDE is Visual Studio 2010.[详细]
2023-03-27 21:46 分类:问答