0
votes
1answer
38 views
+100
Running NUnit task in CruiseControl.NET always throws errors
So I'm fairly new to cc.net but like it so far. I have SVN getting latest, MSBuild building but when it comes to running my unit tests, kablooey.
I tried the fixes suggested about …
0
votes
1answer
27 views
What in my CruiseControl.NET configuration is causing this exception?
In attempting to set up a build for a demo project I am working on, I received the following exception:
System.IO.DirectoryNotFoundException: Could not find a part of the path 'C: …
0
votes
2answers
19 views
How to configure CruiseControl.net to build co-dependent projects?
For Instance:
I want to build Project A. Project A Depends on Project B and Project C.
Edit:
Each project has its own trunk in SVN:
[repository]/ProjectA/trunk
[repository]/Proj …
0
votes
1answer
17 views
Where can I download CruiseControl.NET’s CCValidator?
I feel like a bit of a dummy here, but I downloaded CCValidator for CruiseControl.NET the other day, but can't remember from where. I'm on another machine now without access to the …
0
votes
1answer
14 views
Force rules for build and deployment
Our web project is source-controlled with SVN. It contains MSBuild file to build local, test and production builds. We also use CruiseControl.NET to deploy production and test vers …
0
votes
1answer
21 views
Tool for Merging Database Scripts
Hey all, I'm wondering if anyone has ever used a tool which will take a series of .sql scripts and a manifest file of some sort and merge them into one big .sql file according to t …
0
votes
1answer
25 views
CC.NET: howto trigger an extended build when a subdirectory in svn has changed
Hi,
We have a couple of projects configured in cc.net. Each of these projects has following items in it's working directory (svn):
source
lib
db scripts
SSIS package(s)
We wou …
1
vote
0answers
22 views
Structure of NAnt build scripts and solution structure on build server
We're in the process of streamlining/automating build, integration and unit testing as well as deployment.
Our software is developed in Visual Studio where we have use both C# and …
0
votes
1answer
30 views
CruiseControl.NET: Building a project in Debug and Release configurations.
I am using CruiseControl.NET to build a C# project. I am using an msbuild task to achieve this. I want to build the project in both Debug and Release mode irrespective of whether e …
0
votes
1answer
34 views
Using CCNetLabel to set AssemblyVersion and PublishVersion with CruiseControl.NET
I am trying to deploy a Click Once application (build and publish) using CruiseControl.NET. I cannot find out where I can use the CCNetLabel to set my AssemblyVersion and/or Publis …
1
vote
3answers
44 views
MSBuild: Building asp.net 4.0 web sites: .metaproj -files
Hi!
I have a solution-file with ASP.NET Web Sites.
When I build the solution with .NET 4.0 Beta 2 using
"c:\WINDOWS\Microsoft.NET\Framework\v4.0.21006\MSBuild.exe" d:\MyPath\ …
1
vote
1answer
45 views
Subversion block in CruiseControl.NET - passing specific revision number?
I would like the ability to pass a specific revision to the SVN task (in ccnet.config) that I want the buildserver to checkout from SVN and build. So I don't always want the latest …
3
votes
3answers
81 views
Deploying code from Subversion Repository to web server without building
At my company, we develop our ASP.NET applications as websites and often just work off of our network drive, which points directly to the files on our development web server. Our c …
1
vote
1answer
53 views
CruiseControl.NET service failing to build due to MSBuild ResolveKeySource error, despite certificate being imported
We just had an XBAP/WBA project added to our build server. It uses a PFX file for signing. I imported the PFX file to the CruiseControl.NET service certificate store, and can see …
0
votes
1answer
15 views
How does one start a process from CruiseControl .NET that persists after CC .NET exits?
I have a program that normally runs constantly. Whenever there is a new checkin to Subversion, CC .NET kills the program and makes a new build. I want to start a new instance of th …
