1
vote
2answers
28 views
Build status hardware
We have been using Teamcity for some time for the Continous Integration in the project. Now we want to have some kind of hardware in the room that shows everyone that a build was b …
0
votes
4answers
54 views
TeamCity Alternatives
I write a lot of little projects, and I'd like to use something like TeamCity for my build server(s). My problem with just using TeamCity itself is that the Professional version o …
0
votes
1answer
11 views
Configuring Multiple Build Configurations from Shared VCS Root in TeamCity
I have a single SVN repository containing multiple projects, e.g.
/molindo/trunk/foo
/molindo/trunk/bar
/molindo/trunk/baz
Currently, I've configured 3 projects, all using the …
2
votes
2answers
36 views
Team City Command Line Build Runner
In Team City, we are currently using a command line build runner. While it works just fine, we don't get any output shown in the Team City log. We essentially get a notification …
0
votes
1answer
13 views
I need the correct TeamCity Windows Tray Notfier Url
Hello, I have teamcity installed on my windows 7 machine. I use http://localhost:81/ to connect when I am on the server. I have the tray notifier working on the server with the sam …
1
vote
1answer
16 views
NCover installation
Hi,
I'm installing NCover Complete trial version, and wondered if it's possible to install to a different folder and have NCover as part of the VCS? Otherwise the current version …
0
votes
1answer
17 views
TeamCity NUnit test result visualisation
Hi,
Is there any way to produce visual results of NUnit tests from within TeamCity's "Tests" tab, currently my NAnt script outputs an .xml file of the results using the following …
3
votes
1answer
36 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
37 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
2answers
56 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 …
0
votes
1answer
46 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
1answer
37 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
28 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 …
6
votes
6answers
603 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 …
0
votes
1answer
25 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
…
