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

How to resolve reference errors in Code Analysis of MVC.net project using Team City

When using Team City for CI builds there is an option to use the Resharper command line tools to run Code Analysis inspection of the code as one of the build steps. I have this working with reference library projects but the mvc.net project in the…
Kaine
  • 1,285
  • 2
  • 16
  • 30
4
votes
2 answers

How to pass JVM argument to Teamcity using env variable

I have read the Teamcity documentation and searched on this topic and found that you can pass any JVM arguments to Teamcity on startup by setting an environment variable: TEAMCITY_SERVER_MEM_OPTS What my problem is - I couldn't find anywhere how to…
Vasil Valchev
  • 63
  • 1
  • 8
4
votes
0 answers

Create Nuget Package, and include packages.config of each referenced project in same solution file

I am sure it must have been asked before but I cannot find a concrete answer as yet. I have a project called Testing.csproj that references to Testing.Hack.csproj Testing.Hack.csproj has got a pacakges.config dependencies with three packages:…
codebased
  • 6,945
  • 9
  • 50
  • 84
4
votes
2 answers

Moq file version & assembly version mismatch, causing problems in TeamCity?

Setting up TeamCity 5.0.1 to run unit tests for the first time, we're seeing this error: Test(s) failed. System.IO.FileNotFoundException : Could not load file or assembly 'Moq, Version=3.1.416.3, Culture=neutral, PublicKeyToken=69f491c39445e920' or…
Richard Ev
  • 52,939
  • 59
  • 191
  • 278
4
votes
3 answers

TeamCity Professional License

I'm considering TeamCity for CI and not sure whether I can use Professional License (which is free) for commercial application? From their license page https://www.jetbrains.com/teamcity/buy/ , seem like the Professional License only restricted in…
Phuong Nguyen
  • 2,960
  • 1
  • 16
  • 25
4
votes
1 answer

How to nuget pack vNext class library?

I'm using Team City 9.1 EAP and I'm trying to nuget package one of my vNext class libraries for all shared code across multiple website. The current Nuget package doesn't support xproj so how would I get Team City to package up my library and push…
David Ford
  • 513
  • 2
  • 12
4
votes
3 answers

Teamcity and Unit Testing Windows Store apps

I've been struggling to make Teamcity 9 compile and run Unit Tests for my Visual Studio solution. I have a Windows Phone 8.1 (WinRT, not silverlight) project and a "MyProject.Common.dll" portable class library with common functionality. I created a…
4
votes
2 answers

Selenium grid and TeamCity integration

I'm new to TeamCity and Selenium Grid just trying to get my head around it. I'm trying to install Selenium grid. I am a bit confused about starting Selenium Grid. So on the Selenium site it explain to run commands: Hub: java -jar…
shiva
  • 714
  • 10
  • 25
4
votes
1 answer

Xcode Project runner in TeamCity

What does the install ,installsrc and testdo while using the Xcode Project runner. When I build using clean build archive I am getting only the .app and not .ipa .Are there any command line parameters that is to be added to the step.Please help me…
Nevin Raj Victor
  • 2,924
  • 3
  • 23
  • 37
4
votes
2 answers

Referencing binaries from one project in another

Newbie question : I have 2 C# projects in TeamCity, call them A and B. A contains a reference to B.dll. B builds fine. However, A fails to build because it cannot find B : Could not locate the assembly "B" It seems really simple : how do I tell my…
Aidan
  • 4,783
  • 5
  • 34
  • 58
4
votes
1 answer

Why does my TeamCity build fail, eventhough MSBuild has no errors?

TeamCity is set up to build a Visual Studio solution, which can be build locally by a number of developers. However, when TeamCity runs the build, it will always fail the build, even though MSBuild outputs no errors: [08:49:02][Step 1/1] Process…
RoelF
  • 7,483
  • 5
  • 44
  • 67
4
votes
2 answers

How to resolve NAnt Error creating FileSet in TeamCity?

I'm using TeamCity to build and deploy into our demo site. We have one configuration called HTML Demo Site and one of the build step is using NAnt to deploy the HTML to the site. The build file have defined a target:
TimAlonso
  • 488
  • 4
  • 19
4
votes
2 answers

Teamcity Agent Requirement Parameter

I have a TeamCity project with multiple sub-probjects. How do I get a subproject to run on a specific agent without hard coding it in the agent requirement upfront? I want to do something like.. That way instead of copying the subproject for each…
devl
  • 429
  • 6
  • 15
4
votes
1 answer

TeamCity buildlog for a single build step

When teamcity executes an MSBuild step, the build log has a collapsible/expandable hierarchy. I have one big build step that runs a powershell script and the resulting build log is large and takes a lot of time to load. Is there a way to make…
Adamon
  • 484
  • 9
  • 21
4
votes
2 answers

Deployment works ok in Visual Studio, fails using MSDeploy

I have a web project and I would like it to deploy it using MSDeploy to a staging environment. From Visual Studio publish everything works ok with these settings: Server: mystaging.com Site name: project-staging (I removed the Default Web Site and…
Tamas Ionut
  • 4,240
  • 5
  • 36
  • 59