cruisecontrol.net
CruiseControl.NET and Visual Studio Async CTP
I have been signed a task to set up CruiseControl.NET for our project. Everything went fine until I stomped on the fact that we were using Async CTP. My questions are following:[详细]
2023-03-20 03:23 分类:问答MSBUILD creates _PublishedWebsites at command line but not on CI Server
I\'m having some issues with MSBUILD being used on the command line vs. CruiseControl.NET as the results are different and I cannot see why that would be.[详细]
2023-03-17 19:07 分类:问答cruise control .net : xcopy not working for copying files to remote server
I am trying to copy a folder to a remote machine using xcopy. This command is executed via cruise control task. I can run xcopy source destOnRemoteMachine successfully if i am running it from command[详细]
2023-03-16 19:23 分类:问答How to execute a program on remote machine from Cruise Control .net build process?
I want to run a tool as part of my build process which requires environment setup for its execution. I have setup this environment on another machine. Is there any way I can execute the 开发者_Python百[详细]
2023-03-16 03:35 分类:问答The project has an assembly reference missing it's <Private> element
I am trying to use cruise control .net to build a solution using msbuild.When the project is built inside of Visual Studio (2010) I do not receive any errors; however, when I try to let cruise control[详细]
2023-03-16 02:29 分类:问答Selectively perform build tasks in a build process
We\'re currently using CruiseControl.NET and NANT to run our build process. It works well, however, I\'d like to be able to make the tasks that I run for each build more granular WITHOUT creating more[详细]
2023-03-14 18:31 分类:问答FXcop and Msbuild with CruiseControl.NET
I\'m new so please bear with me. I would like to know how to have MSbuild and FXcop run over night and to inform the users if they fail without finishing. I have been told they both can be integrated[详细]
2023-03-14 07:45 分类:问答Cruise Control.net doesn't copy rdlc files
I have a pr开发者_JS百科oject which is pulled from svn and complied and copied to a server. This works out great for .NET code/Application, however the rdlc files that are in svn appear to be ignored[详细]
2023-03-14 06:39 分类:问答Mandatory executable task in cruisecontrol.net
Is there any way to run an exec task in cruise-control.net even if errors have occurred in the previous tasks. The same functionality which we get through the finally block in .net.[详细]
2023-03-13 01:32 分类:问答MSDeploy all configuration [.config files] in one package
We have 4 different environments at the moment (Lab, Test, Stage, LIVE) and we have implemented automatic deployment using Nant/CC.Net. I am investigating and doing some research as to what can be don[详细]
2023-03-12 19:52 分类:问答