teamcity

Integrate TeamCity Reports to Confluence

Is there a way (plugin) to integrate build-reports from teamcity to confluence ...

Failing Build because it can't find AL.exe

Here's an interesting problem that really has me scratching my head. I have a project that's being built in TeamCity. It's been working fine until a developer added a resource file to one of the projects with some strings for another locale. He's added the .resx file under the Properties folder next to the default one. Here's the error m...

What can I do while I wait for the TeamCity Git plugin to get pre-tested commit support?

I'm brand new to CI. I want to submit my code changes to TeamCity and have it run all the tests and, if they pass, commit to source. However, I use Git and it looks like the Git plugin doesn't have support for pre-tested commits or personal builds yet. If you use Git and TeamCity, how do you deal with this? ...

How can I prevent TeamCity from creating artifacts for pre-tested commits?

Right now, TeamCity is creating 2 sets of artifacts each time I do a successful pre-tested commit, one when it builds the solution with my local changes against which to run the tests, and a second time when it gets triggered by the VCS repository change. How can I prevent it from creating artifacts for its build-to-test before commit? ...

TeamCity, invoking the TeamCity NUnit launcher from the command line

I'm trying to split up some rather lengthy unit test executions across multiple build agents with TeamCity, so I removed the unit test part of the build step (using Visual Studio 2008, sln2008 build runner) in TeamCity and trying to set up separate build steps. However, I'm unable to invoke the built-in NUnit launcher that comes with Te...

TeamCity MSBuild Gallio NCover Reporting

Hi All, I'm a complete build system newbie through and through. I've been playing with this for about two weeks on and off now and I just can't crack it, I think I've reached a point where I need a fresh pair of eyes. Ultimately I'm aiming for having a new NCover coverage report (the summary one at least) in my TeamCity build project....

Build server for WPF app - does Team City have an advantage over CruiseControl.NET?

First off: This is not meant to be an argumentative question or flamebait. I'm genuinely curious about this as I am about to start a build server evaluation process. Also, this question is not a general "which is the better build server" question. There are plenty of those on SO already. I'm wondering about a very specific aspect. The o...

TeamCity path to external reference assemblies

I have been working with setting up TeamCity, and I have almost everything working with the exception of being able to compile VS2005 solutions that have referenced assemblies that are outside of the solution path. I have our SVN repository structured as follows Root Libraries Project 1 Trunk Pro...

To where should I point the VCS root of TeamCity?

I am setting up TeamCity and I am wondering what should be used as the VCS Root. My svn repository is located at http://obfuscatedserver/svn/main/MyProject1/ Should I set the VCS Root at http://obfuscatedserver/svn/main/MyProject1/ or use the trunk folder at http://obfuscatedserver/svn/main/MyProject1/trunk/ ? Right now I am not using...

TeamCity & MSpec with sln2008 runner?

I'm currently using the sln2008 runner. Is there a way to configure TeamCity to execute MSpec tests without switching to a NAnt or MSBuild runner? ...

Making Teamcity clone a git repository

Hi, I have a build process that relies on git-describe so I want TeamCity to clone the repository instead of only putting the source without git into the /work folder. I'm using the JetBrains Git plugin, is there another plugin that does that or should I just write another script that does a git clone before doing a build? Thanks! ...

Running a program on a remote machine as part of continuous integration

We use TeamCity, nant and psexec to run a command on a remote machine as part of the release packaging. Everything works fine when I run the nant from the console but when running from teamcity psexec hangs (freezes) 50% of the times. I looked through many forums and there seems to be workarounds that increase complexity of the call and ...

MStests through TeamCity

How do you run MStests through TeamCity and the MSBUILD option? Do you put these settings in the main solution? Thanks ...

TeamCity & Subversion: Checkout copies ALL tags to buildagent's checkout directory

We have the following URL: URL: https://dev-01:8555/svn/Shop We have the following structure in SubVersion Shop --trunk --branches --tags The problem is, when I do a build, under the buildagent directory, I get every single tag in the repository copied over to the buildagent. Is there a way to only retrieve the HEAD revision to effec...

HowTo: Reference external SLN files with TeamCity

I'm new to TeamCity and we have a number of common projects under source control that are then referenced directly within relevant projects i.e.: Common branches tags trunk CommonProject CommonProject.csproj Common.sln ProjectX branches tags trunk ProjectX.sln As a result, the reference to "CommonProject....

Creation of asp.net websites artifacts in Teamcity from SVN repository

I'm using TeamCity Professional Version 4.5.4 (build 9071) at work to build my asp.net web application project. My solution file consists of several projects (e.g. web application, unit tests, some web service project, etc). I want to create an artifact consisting of my web application (the others can be ignore for now), so I have the...

TeamCity Deploy Build Output

I'm currently setting up CI for my project and have team city configure and running my builds (and tests etc). However, what I can't seem to figure out is how to get it to actually deploy the build to my web-server. I'm using the sln2008 runner if that help. Thanks ...

TeamCity Environment Variables

How do you access TeamCity environment variables through the post-build event window in visual studio? What type of evaluation can be done to make sure the build is happening on the build server and not locally where the environment variables do not exist? Thanks ...

Can TeamCity's .NET NUnitaddin process csproj files?

To cut to the chase, can the TeamCity .NET NUnitLauncher process Microsoft csproj files? I ask this question because of the following. I have a NANT build script. In this script I have a number of tests which use nunit-console.exe (which ships with NUnit v2.5.2). An example of a test in my Nant build file is: <target name="x.Commons....

Continuous Integration with Teamcity and Clearcase

Has anybody successfully integrated Clearcase with Teamcity (which advertises Clearcase support) to realize a productive continuous integration build environment on a decent size project? ...