3
votes
1answer
18 views
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 p …
0
votes
2answers
32 views
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 …
0
votes
1answer
21 views
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 t …
0
votes
1answer
16 views
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 …
0
votes
1answer
19 views
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
…
0
votes
1answer
24 views
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 actuall …
0
votes
3answers
41 views
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 …
1
vote
1answer
36 views
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 …
1
vote
1answer
21 views
MStests through TeamCity
How do you run MStests through TeamCity and the MSBUILD option? Do you put these settings in the main solution?
Thanks
0
votes
3answers
57 views
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 …
0
votes
1answer
16 views
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, unde …
0
votes
1answer
31 views
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 …
1
vote
1answer
87 views
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 2 …
4
votes
5answers
491 views
Hudson or Teamcity for continuous integration?
We are a Java shop looking for a CI tool to use.
Both Hudson and Teamcity seem to be free but Teamcity seems slicker and with more support.
I was wondering why one would still use …
2
votes
1answer
27 views
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?
