I have CruiseControl.NET configured to monitor 10+ .NET projects. All of these projects (web apps, windows services, wcf services, etc...) use shared class library projects so in the ccnet.config I ha
Whenever we update the ccnet.config file for the CruiseControl.NET server, anyone who is logged in starts getting exceptions in the Web Dashboard:
I am working on CI tool CruiseControl.Net and MSBuild. I have many .csproj,.sln files and web projects(more than 30). We have 30 developers 开发者_如何学编程and they work on multiple projects in any g
Here is my PowerScript Task <powershell> <script>RunScout3G.ps1</script> <executable>C:\\WINDOWS\\system32\\WindowsPowerShell\\v1.0\\PowerShell.exe</executable>
I want to get the conso开发者_开发知识库le output along with the regular test results in the CruiseControl.NET build log. I was able to get this before when running NUnit from MSBuild, but now only th
I have a CruiseControl.NET powered build server and an exec task that increments assembly version of the project before building it. I was wondering, was there a way (a CruiseControl.NET task I don\'t
Immediately after we upgraded to visual studio 2010 and the 4.0 framework our trunk build started breaking with the Could not load file or assembly error.
I would like to have two (or more) different triggers 开发者_开发技巧for different tasks in one project. Is this possible?
I would like to edit the开发者_开发百科 \"header.xsl\" file in the /xls folder, does anybody know where I can find the correspondending *.XML file or the name of it??? Or is it just the actual LOG?Yes
I would like to run unit tests of my JavaScript code in Cruise Control. W开发者_Python百科e currently use nUnit, and I see that nUnit has a javascript library.How do I write unit (not UI) tests in Jav