Top "Teamcity" questions

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.

Import/Export TeamCity build configuration from one server to another

What's the best way to move a single TeamCity build configuration from one server to another? I have a local …

build teamcity teamcity-8.0
How to get the unit test method name at runtime from within the unit test?

How to get the unit test name from the within unit test? I have the below method inside a BaseTestFixture …

c# unit-testing automated-tests teamcity
Email user that broke build in Teamcity

In Husdon/Jenkins, I can setup notifications when the build is broken to email the user(s) that made the …

teamcity
Git short branch name in teamcity

I'm using teamcity 8.x.x version.I configured my Teamcity for continuous deployment. I'm need a feature branching deployment. I …

git teamcity nuget continuous-deployment
TeamCity Extracting Artifact Dependencies

I'm trying to create a build step in Teamcity that has an Artifact Dependency on another build step. The previous …

teamcity
Why does the deployment package from my buildserver have additional assemblies?

I've got an asp.net mvc deployment package that I'm trying to build with team city. The package builds without …

.net visual-studio-2010 teamcity
Build error when signing with snk key

Build error is occurring since using Visual Studio 2015. When building in Visual Studio 2015 this is occurring rarely. When building in …

msbuild teamcity visual-studio-2015 snk
How to run a build step conditionally in TeamCity

This is a more generic version of this question: How to run a build step on a specific branch only? …

teamcity teamcity-9.0
TeamCity agent error "failed to perform checkout on agent"

I am running my TeamCity 7 server and agent on MacOS. My repo is on github. I use ssh and I …

github teamcity agent teamcity-7.0
How to update or add an Environment Variable to a TeamCity agent

TeamCity agent's show a list of "Environment Variables" under Agent Parameters but I cannot get them to update. I've added …

teamcity