Questions tagged [teamcity]

TeamCity from JetBrains is a continuous integration tool and a distributed Java-based build management system that can be highly beneficial to teams using an agile development approach.

TeamCity is a Java-based build management and continuous integration server from JetBrains. Comparable products are Bamboo, Jenkins (which is historically related to Hudson) and CruiseControl.

It was first released on October 2, 2006. TeamCity is commercial software and licensed under a proprietary license. A Freemium license for up to 20 build configurations and 3 free Build Agent licenses is available.


**Tagging recommendation:**
It is recommended to use the tag together with the version specific tag, f.e. , .
**Resources:**
6095 questions
4
votes
1 answer

Get NUnit Test Results Report from Teamcity

I have a configuration with Teamcity and I want to get the Tests Results Report with powershell after all the tests ran. Some kind of export. From Teamcity interface, I can go to Tests and click Download all tests as CSV but I want to get this with…
all4code
  • 71
  • 1
  • 6
4
votes
1 answer

Setup JetBrains YouTrack to connect to SVN

I realize that TeamCity must be a bridge between YouTrack and SVN, but I need none of the Teamcity functionality. I just want to issue Youtrack commands via commit comments like…
raveren
  • 17,799
  • 12
  • 70
  • 83
4
votes
1 answer

MSBuild Deleting Unnecessary Files

I use TeamCity to run MSBuild to deploy a .NET website we have. The site uses the Sitecore CMS, which includes three folders, a few hundred files (and mbs) that have to bee in the main website root folder. Currently, MSBuild deletes the entire web…
Jon
  • 846
  • 1
  • 8
  • 25
4
votes
1 answer

teamcity fails to build because it misses Microsoft.WebDeployment.targets

I get compilation error when try to build: d:\Co\RnD\Server\WebSites\Writers\Dev-Accounts-3.10\Accounts\BrandToolbar.Account\BrandToolbar.Account.csproj(3682, 5): error MSB4062: The "BrandToolbar.Web.Compression.MSBuild.CodeFilesTask" task could…
Elad Benda
  • 35,076
  • 87
  • 265
  • 471
4
votes
1 answer

TeamCity and Build Params

I've got a project in TeamCity, and I want to be able to do two different builds in one go (i.e. two different build steps for the same project). My MSBuild script takes a 'Configuration' parameter, so on the command line, I can pass in 'Test' or…
Richard
  • 1,731
  • 2
  • 23
  • 54
4
votes
1 answer

MSBuild Command script not publishing font files correctly

I'm using an msbuild command line script to publish a c# web project from team city out to a live server. After wrestling with IIS perimisions etc it all works well... ....apart from the fact that the font files end up not being copied to the right…
ActualAl
  • 1,192
  • 10
  • 13
4
votes
1 answer

Team City Prevent Build Step From Running

I am working setting up my continuous integration server using Teamcity and I have three steps for my build (.NET/VS2010/MSBUILD) Use MSBUILD to build my solution. Run NUnit Tests. Use MSBUILD to do a Web deploy of my projects. The issue I am…
Derek Smith
  • 231
  • 1
  • 8
4
votes
2 answers

dotCover excluded code still show up in report

I'm using Teamcity with NUnit and dotCover. In my configuration I exclude a specific namespace and its contained classes from dotCover coverage. This part is working fine, but when running the build, the resulting report still show the excluded…
Nikolaj Dam Larsen
  • 5,455
  • 4
  • 32
  • 45
4
votes
2 answers

Executing Commands from a Comment to a VCS Change Commit in YouTrack/TeamCity Integration

This is not working for me, though I am receiving TeamCity links to YouTrack issues that I put in VCS comments such as ID-nnn, but if I use the form "#ID-nnn fixed" that command is supposed to change the issues status in YouTrack. As I am trying to…
Mark Robbins
  • 2,427
  • 3
  • 24
  • 33
4
votes
2 answers

Is it possible to run Teamcity on Linux and use Windows as a Build Agent?

I would like to run Teamcity (with a build agent) in a Linux VM to handle our none-.net projects. But in the same breath I'd like to have a BuildAgent setup on a Windows server to handle all of the .net projects. I can't think of any reasons why…
Chris McKee
  • 4,298
  • 10
  • 48
  • 83
4
votes
1 answer

Teamcity custom build number generator

Our Teamcity build currently generates build numbers in the format 1.0.0.[SVN REVISION] which it passes through to MSBUILD. I need to change this to the format 1.0.[DLL VERSION].[SVN REVISION] where we insert a de-dotted version of a dependant dll…
Matt
  • 354
  • 3
  • 11
4
votes
5 answers

Using TeamCity build templates how can I remove "Clean all files before build" from the template?

I have a number of daily and in-response-to-svn-change builds that all derive from the same configuration template. I can set it so I can choose what branch to look at, what build steps to carry out and of course what triggers the build. However I…
Loofer
  • 6,841
  • 9
  • 61
  • 102
4
votes
3 answers

TeamCity automate build to production

Recently been trying to setup a build server to help automate my deployment. My question is are people using build servers like TeamCity to push changes to production (WebDeploy)servers (as well as your test server)? If so are you doing it by…
user203538
  • 295
  • 5
  • 15
4
votes
2 answers

Eclipse or Maven creates bin directory - trouble with .launch files

I have a maven project (main) with two modules (each module has this main project as its parent). Everything works perfect but last week I noticed that I can store the launch configurations from eclipse into regular *.launch files. So I created a…
Hauke
  • 1,405
  • 5
  • 23
  • 44
4
votes
2 answers

TeamCity: How To enable FTP in ANT?

I have to copy files after build on a TeamCity-Agent via FTP. The orndinary buildjob works itself works fine. The triggering of a custom script finish successfull, too. The step "copy files via ftp" fails with the following error: [15:34:31]:…
amens
  • 125
  • 1
  • 11