cruisecontrol.net Questions

5

Solved

As part of our build system, we use signtool.exe with a certificate to sign our binaries once they've been built. Occasionally (it's hard to tell when it will strike), the signing fails: error MS...
Decontrol asked 21/2, 2012 at 16:1

4

I'm trying to improve build times using CruiseControl.NET and MSBUILD, and one of the commandline switches, maxcpucount can be used to allow the build occur in parallel. Our solution has 60+ projec...
Buell asked 27/7, 2011 at 2:19

11

Solved

Can I ignore a folder on svn checkout? I need to ignore DOCs folder on checkout at my build server. edit: Ignore externals isn't an option. I have some externals that I need.
Avantgarde asked 10/10, 2008 at 19:54

4

Solved

I am trying to use Windows PowerShell 2.0 to find an installed application. I have tried two methods, one using WMI and one using the Registry. Both methods are able to bring up a large list of ins...
Arlinearlington asked 11/2, 2010 at 18:39

4

Solved

Background I have the following components: My local solution (.NET 4.5) which makes use of NuGet packages. A PowerShell build script in my solution that has targets to build, run unit tests, t...

3

Solved

I've got licenses.licx file that is included to one of my projects properties. I am not sure how that is used by its dlls. Is it used by msbuild? Do you have any idea how it is used when the soluti...
Harvest asked 12/4, 2011 at 0:10

3

Solved

I am using MSBuild from a script to compile my project. I have noticed that it just does a build and not a clean/rebuild. I have the following: <Project xmlns="http://schemas.microsoft.com/dev...
Florous asked 19/9, 2012 at 11:57

8

Solved

I'm working on a internal web based tool for my company. Part of this tool is another application (The Cruise Control Dashboard) that runs in its own Virtual Directory under my root application. I...
Hershey asked 21/8, 2008 at 2:33

5

Solved

One of our CruiseControl.NET projects keeps intermittently failing because a msbuild task fails with error MSB3231: Unable to remove directory "d:\Somewhere\Dir\Admin". The parameter is incorrec...
Tressa asked 22/9, 2011 at 15:58

2

Solved

I've noticed that our cruise control server does not fail the build when content files are missing. I'd like to fail the build when javascript / graphics files etc are missing. How can I go about ...
Pyromorphite asked 22/6, 2009 at 15:31

3

Solved

We're currently using VincentVega (now rolled into Tarantino) for our database CI. We're using CruiseControl.Net for our web app (C# using TFS). VincentVega has worked out relatively well since it...
Endoergic asked 20/3, 2011 at 7:5

7

Solved

I am setting up CruiseControl.NET and I get the following error message on the webdashboard: No connection could be made because the target machine actively refused it 127.0.0.1:21234 The Url it ...
Cystectomy asked 30/3, 2011 at 10:26

2

Solved

My aim is to fill property with output of command "git describe". I have a property: <property name="build.version" value = ""/> And I want to fill it with output of the following command...
Jenks asked 18/1, 2013 at 13:28

2

Solved

I'm running rake to automate my build process inside of CCNet. I use it to start IIS Express, then run Nunit, and then shutdown the server after Nunit has finished. The problem is that every time N...
Asbury asked 28/2, 2012 at 19:30

2

Solved

Got a nasty error after moving a solution from Visual Studio 2010 to 2012. Build is fine and everything works perfect localhost. I have one new MVC4 project that requires .NET 4.5 so I installed th...
Long asked 26/5, 2013 at 4:14

5

Solved

I just started using CCNet, and in the process of getting my build projects set up I racked up a lot of build history from trial and error. I really don't want to keep that old stuff around, but I ...
Rubefaction asked 24/11, 2008 at 22:51

5

Solved

So I have an application that I inherited and I want to build up an automated test suite around it. The application wasn't designed with testability in mind, and the code is a "big ball of mud". My...

4

Solved

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. We determined that a 3.5 project couldn't ...
Territorial asked 21/7, 2010 at 15:20

4

Solved

I am trying to use the Cruise Control preprocessor functionality to break my configuration into smaller reusable sections. I can use the include feature great from within the root cruisecontrol nod...
Mittel asked 14/7, 2011 at 19:6

4

Solved

My problem is quite simple, I have a CI server which runs msbuild and mstest. The problem is that the Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll doesn't exist (and I thinks other fil...

11

Solved

I would like to ask you which automated build environment you consider better, based on practical experience. I'm planning to do some .Net and some Java development, so I would like to have a tool ...

1

Solved

We are in the process of switching from Entity Framework 4 to Entity Framework 6. The package manager did its job, and the solution ran it’s tests without a hitch. However on the build server we g...
Anima asked 18/3, 2014 at 11:42

4

Solved

I am using CCnet 1.6 and cctray 1.6. On the build server, the tray works properly using localhost. Remotely though, I am not able to connect the tray to the dashboard. The dashboard URL works great...
Dyann asked 27/2, 2012 at 14:45

2

Similar to Using CruiseControl.NET and MSBuild to publish a website I'm encountering a situation where the MSBuild task in the ccnet.config does appear to work, but at the very end the process ter...
Kenji asked 28/10, 2013 at 20:11

2

Solved

The CruiseControl.NET operation flow, documented in the Operation flow of CCNet FAQ, where the label is generated first makes some sense for a centralized VCS but not so much for a DVCS. With a DVC...
Rothman asked 14/12, 2010 at 16:39

© 2022 - 2024 — McMap. All rights reserved.