I\'m trying to call a PSExec task from CC.NET and running into some difficulties. Here\'s the CC project
I am using NUnit with CruiseControl.NET. I have many test projects and assemblies. When I run my tests, on the开发者_如何学编程 NUnit Details page, it only shows one assembly, but with all of the test
I am attempting to publish a 3.5 MVC website on my build server through cruise control. Having looked around on the net it 开发者_运维技巧appears you need to wrap the ASP Net Compiler. I was hoping
I am trying to install a windows service using MSBuild and CCNET. I am using MSBuild Extension pack WindowsService
How would I do a nightly or other scheduled build for CruiseControl.NET without having 开发者_如何学JAVAa duplicate project?
I realise that there are many older questions addressing the general question of NUnit v MSTest for versions of Visual Studio up to 2008 (such as this one).
I have CruiseControl.net running Visual Studio (2005/2008 - using devenv.com) as we need to build deployment projects (.vdproj).
In my build configuration I have multiple project queues: Queue1, Queue2, ... Queue(N) I want to configure the build where I can set the priority of when each queue builds:
I am trying to integrate the automatic generation of MSI installers with my CruiseControl.Net installation. I can see how I can manually build an MSBuild file that calls candle and then light, but I n
I can\'t quite figure out what\'s going on with string templates: t = Template(\'cannot teach an ${dog.old} ${tricks.new}. ${why} is this ${not} working\')