0
votes
1answer
20 views

MSBuild errorMSB4126

I'm working on building scripts for Cruise control and within my ccnet.config file I have the following msbuild task defined: <msbuild> ...
1
vote
1answer
41 views

How to run external msbuild file from cruise control .net

I have an msbuild xml file that builds about 20 vc2010 solutions. It retrieves the code from source control, builds all the solutions, and obfuscates the results (for the .net projects). I'd like to ...
2
votes
1answer
334 views

Using CruiseControl.NET and MSBuild to publish a website

I am trying to set up CruiseControl.NET to automatically download a new version from SVN (VisualSVN_Server) and publish it to the beta directory. THis is the CruiseControl.NET configuration file ...
1
vote
2answers
34 views

Msbuild running in Jenkins target calling HgPull fails with HgProcessException: The command <hg.exe> is not available

I am porting over an MSBuild script from CCnet to run in Jenkins. The MSBuild project is used to create a deployment package. I would rather have Jenkins drive this process itself but that's a longer ...
1
vote
1answer
146 views

What context does MSBUILD run in?

When we are running our build through MSBuild, what context does the MSBuild run in/under? The reason I am asking is because I have pre-build event that calls a command line program (ajax ...
0
votes
1answer
67 views

Cruisecontrol.net - Delete files before subversion checkout

I had a question which was not answered to my satisfaction through Googling etc (there is an almost solution on StackOverflow already, but not specific). I have come up with a solution, but I also ...
1
vote
1answer
105 views

Getting the Git Long Hash from MSBuild

I am using Git + MSBuild. I need to get the Git Long Hash number from MSBuild so that I can tie a build to the hash number (and find out what files made up that "revision") Is there a built in task ...
1
vote
1answer
174 views

CruiseControl not merging testresults from MSTest

I've got an integration build set up with CruiseControl and according to the ccnet.log file, it's merging in my test results, but when I look through the log, I can't find any signs of them and the ...
1
vote
1answer
90 views

OpenCover not producing results under CruiseControl.NET

I have a really weird situation where OpenCover isn't producing results under CruiseControl.NET, but if I run the identical command-line from the command prompt, it does produce results. The ...
1
vote
2answers
237 views

Cruise control ASPNETCOMPILER : error ASPRUNTIME: The precompilation target directory

I'm receiving the below error, when I'm trying to build a solution file through CruiseControl and MSBuild version 4 ASPNETCOMPILER : error ASPRUNTIME: The precompilation target directory Where does ...
0
votes
0answers
72 views

CruiseControl MSBuildTask Failing

I am trying to get CruiseControl to build an asp.net web site project and copy it to a new directory where we allow people to access it to preview the latest committed changes. Here is the config: ...
1
vote
1answer
141 views

Same MSBuild file, different results on local machine and CCNet

Background I am utilizing the following: VS 2012 .NET 4.5 apps including an MVC4 app, a C# Domain app, and NUnit projects. A custom MSBuild File CruiseControl.NET running on a build server I have ...
2
votes
1answer
155 views

How to trigger NuGet v2.x Package Restore from CruiseControl.Net

Is it possible to trigger a NuGet v2.x package restore when trying to build a VS2010 solution using CruiseControl.Net? We've recently set up CCNET and are simply trying to trigger a test build of our ...
2
votes
3answers
771 views

How to use NuGet packages on build server/production server without internet?

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, to ...
1
vote
1answer
126 views

CCnet send a value to App.config through MSBuild

Okay guys i am new here so i need a little help.I made automation test in c# for Nunit and i use it for CruiseControl the CCnet.config: <msbuild> ...
0
votes
2answers
196 views

MSBuild AssemblyInfo CreateItem failed

We are running MSBuild from CruiseControl.net. We have one branch that, when built on the build server via CC, fails with the following error: <target name="UpdateAssemblyInfo" ...
1
vote
2answers
183 views

Install windows service with cc.net and MS Build

I'm using cc.net and MS build to to build my client and Win service project. This is how the Services is being built, with this: Is it possibloe to automatically install this as windows services? ...
0
votes
2answers
40 views

System.Web.AspNetHostingPermission Cruise control Build

I'm recieving the below error when i'm trying to build a VS solution file from cruise control. error ASPPARSE: Request for the permission of type 'System.Web.AspNetHostingPermission, System, ...
0
votes
2answers
146 views

Argument parse CruiseControl.net to NANT

Can any one help me with example to pass parameter(Eg:URL) from CruiseControl.net ccnet.config file to NANT name.build file? below is what I tried(but not succeed) **CC.net file** ...
2
votes
1answer
204 views

Msbuild with Replace Existing Files Option

I'm using MsBuild to build and publish my project (along with CruiseControl.Net). I have set everything up and it works great but the problem is it's overwriting all my existing files in the deployed ...
0
votes
1answer
46 views

Debuging of MSBuild project

In my project I use MSBuild to build my asp.net project on dev server. I have some targets in my msbuild.proj, but I one of this target are not executed. It's possible to run build process step by ...
3
votes
1answer
1k views

How to force msbuild to clean or rebuild

Newbie msbuild question 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 ...
3
votes
3answers
289 views

Automatic patch building and deployment of .NET application

The question in short form and then the explanation We want to create patches and include only files which have changed in the build due to some bugfixes for a dotnet application. The patches should ...
0
votes
1answer
115 views

MSBuild - only build projects in my solution that have changed

I am trying to set up CruiseControl.NET with a solution containing several projects. It is required that only projects in this solution are rebuild when there were changes. It's also required that the ...
0
votes
1answer
155 views

Run msbuild task before ccnet generates the label

The exact sequence of ccnet operations(taken from here): 1) Wait for the triggers to awaken. 2) Ask the source control system for a list of the modifications since the last build. 3) If any ...
0
votes
1answer
131 views

MSBuild fails on “Invalid command line switch for ”LC.exe" Why?

I am creating our companies continuous integration server using cc.net, and my original attempted included visual studio being installed on the build server. My manager really wants the build server ...
0
votes
1answer
226 views

Error code MSB3191 cruise control build

I am recieving the below error when i'm trying to build it through cruise control: code=MSB3191 More details <target name="Clean" startTime="08/07/2012 16:35:54" elapsedTime="00:00:00" ...
0
votes
1answer
95 views

CruiseControl.NET: Build subproject obtained by SVN

I have this project structure: main -- main.csproj main/subproject1 --- main.subproject1.csproj main/subproject1/view/ --- main.subproject1.view.csproj main/subproject1/business/ ...
1
vote
2answers
271 views

How can I force hg merge to be interactive?

I am running an automated hg merge under CruiseControl.NET as part of an MSBuild job. For some reason the merge runs in non-interactive mode even though I have not specified -y in the command. This ...
0
votes
1answer
73 views

Speed up CruiseControl.Net

After tests i noticed that CC runs the same msbuild process slower in 2 times. If i run msbuild with the same parameters from command line i'll have 2 minutes, with CC - 4 minutes. The larger project ...
1
vote
1answer
237 views

MsBuild Task for Jetbrains dotCover on CruiseControl.net

We're using CruiseControl.net and I'm trying to make the build fail if total test coverage calculated by JetBrains dotCover is lower than certain number X. is there an MsBuild task for this? I can ...
1
vote
1answer
122 views

MSBuild Should not fail even if one specific NUnit test fail

I have integrated continuous build process with Cruise Control. At the EOD, it generates a build report. If any NUnit test cases fail, then the build fails. We have written one specific test case and ...
0
votes
0answers
45 views

Extend msbuild dbbuild target

How can I extend database build target from Microsoft.Data.Schema.Common.targets? I need to do exactly the same like in this thread but for databases: Msbuild CoreCompile depends on targets Is there ...
0
votes
1answer
355 views

How to use app.config file with mstest.exe in cruise control

I am using mstest.exe for executing my test cases, when i run this test cases from vs they run fine, but when i run them from cruise control using ms-build they give me exception that they are not ...
3
votes
1answer
1k views

Getting mstest results to display in CruiseControl.Net Build Report

I am trying to setup CruiseControl.Net to display results from mstest unit tests (msbuild / Visual Studio 2010) in the build report. I am merging the results and they do show up properly in the build ...
1
vote
1answer
182 views

How to use Dynamic Parameters value in ccnet file

I am using dynamic parameter to get value from user when he force build.User provides me publish directory path where i have to publish the solution if build is successful, so can any one please tell ...
0
votes
1answer
73 views

DefaultLabeller with Date as a prefix in cruise control .net

I am working on cruise control .net, i need a variable in ccnet.config that contains current date so i can use it in defaultlabeller that has prifix and postfix both tags. so i can refrence this ...
2
votes
1answer
158 views

TortoiseSVN diff command in Msbuild

I am using TortoiseSVN. I would like to show differences for all files between the last revision and the current revision. For that I execute a script via msbuild. Can you tell me how I can perform ...
5
votes
2answers
230 views

run build on cc.net if definite words are included to a commit log

I have system of: svn - control version cc.net - as ci server msbuild - as a build system nunit - for launch test webdriver - for web-testing. Now my tests are run automatically after each ...
0
votes
2answers
103 views

Cruisecontrol status with chained batch files

Once out TFS build gets dropped, I am trying to use Cruisecontrol to move the build to the IIS folder correctly. I plan to make it run a batch script, which will then call 2-3 other scripts internally ...
1
vote
2answers
232 views

CruiseControl or CruiseControl.NET

I've been using the latest release of CruiseControl.NET (1.6.7981.1). It works fairly well, but the web dashboard is not the greatest and I dislike how the service refuses to start if any of the ...
0
votes
2answers
1k views

Get list of files from tfs changeset

I need to get a list of changed files from chageset only and exclude all other junk. I can get this information from the command tf changeset /i $(changesetnumber) but besides of List of files i have ...
1
vote
2answers
408 views

MSB0001: Internal MSBuild Error: refCount should not be less than 1

Does anyone know what this means? I am getting this error in my CI build (CruiseControl.Net + NAnt + MSBuild), locally this project compiles just fine... My.Web.csproj: Error MSB4014: The build was ...
1
vote
1answer
179 views

MS Build fail CopyLocal True

I have a solution with more than 100 c# projects. We always make CopyLocal option false for all assemblies to avoid some issues. Sometimes some developers chec-in project files with CopyLocal option ...
1
vote
1answer
433 views

CCNet 1.5 with TFS 2010 - solution file never checked out from source control

I am new to CruiseControl.Net but have spent a couple of days setting up a CCNet 1.5 server and it is almost working but there is a problem which I am struggling to understand. We use Team Foundation ...
1
vote
1answer
88 views

Block developers from forcing the build in Cruise control

We have configured the Cruisecontrol for our project and all developers can check the build result using Dashborad and CCTray. we working on multisite projects so dont want the build should be ...
3
votes
1answer
634 views

receiving “error ASPPARSE: Could not load type …” error with msbuild on MVC webapp

We have CCNET and msbuild creating our regular builds. I am trying to update our process so msbuild creates zipped deployment packages and msdeploy sends them out to the target IIS7 web servers. I ...
0
votes
1answer
238 views

porting a CruiseControl build config to TeamCity

I have a bunch of MSBUILD files that we used with CrusieControl. I'm trying to use these with TeamCity. It looks like the MSBUILD proj files that we're using are expecting parameters from ...
2
votes
3answers
596 views

I would like to update the version number of the project each time I push f5 for building

What we currently have: SVN as source repository MSBuild scripts for building and setting version numbers This version numbers is a combination, properties in the build file, and the latest ...
2
votes
2answers
94 views

CS0006 error while trying to set up CruiseControl.net

We are trying to set up CC.Net. We have CS0006 error saying that DLL is missing in xxx\Projetc1\bin\x86\Debug\Project1.dll, which is obvious because we haven't build any project on this server yet... ...

1 2 3 4