I\'ve been using CruiseControl.NET for continuous integration and such. Now I want to be able to deploy projects with it. What is the preferred way of doing this? Do I ma开发者_运维技巧ke a new projec
We\'re in the process of upgrading from VS2008 to VS2010 since it\'s now released. We are using CC.NET along with MSTest and want to use MS coverage tool instead of NCover. Interestingly, as I\'ve see
I can use the following code to attach a log file to my Gallio 3.2 acceptance test report: TestLog.AttachPlainText(\"Attached log file\", File.ReadAllText(path));
I have CruiseControl(1.5) running in Win2k8R2 and svn(1.6.9) The error happens on a successful build after nant(0.86) Timeout(600 seconds). When I check the build dir everything is built correctly but
I\'m currently setting up a CruiseControl.Net CI service to keep on top of a bunch of .NET WinForm, WPF and ASP.NET applications maintained by a handful of programmers. I\'ve got basic SVN integration
I added requestvalidationmode=2.0 to m开发者_如何学Cy page header. Everything works great.However when I try and build this on my build server it crashes with this message:
Where in ccnet.config set version? I search and read docs but ther开发者_运维百科e is no version mentioned.You can add this line in your config file:
Is it possible to include the revision number or the name of the tag used for a build on an ASP.NET website when deplo开发者_如何学Cying with CruiseControl.net and subversion?You can use SubWCRev for
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this
So here\'s my problem: I cannot seem to be able to configure CruiseControl.NET to send out an e-mail to me when a build occurs ( I want it to always send me an e-mail, as specified below)