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.

Change port for TeamCity web server

I installed TeamCity and got it working against my project. However, I have since realized that I don't want it …

configuration continuous-integration teamcity port
Web Application Build Error: The CodeDom provider type Microsoft.VisualC.CppCodeProvider could not be located

I'm building/packing a web application in a build server, and it fails with the following message: ASPNETCOMPILER error ASPCONFIG: …

c# asp.net msbuild teamcity build-server
Creating one NuGet package from multiple projects in one solution

I have a solution that I'm working on that contains 4 class library projects (A, B, C, D). A and B …

c# visual-studio-2010 teamcity nuget
TeamCity - using setParameter to pass information between build steps

I must be doing something differently than what was asked and answered here because the solution does not appear to …

teamcity
Query Active Directory/LDAP, find users in nested organizational unit

I'm configuring LDAP authentication in TeamCity 7.1.2 in a Windows domain (Active Directory). Basically it works (I can log in with …

active-directory ldap teamcity ldap-query teamcity-7.0
Teamcity to github List remote refs failed not authorized jgit

Using github for windows on same machine, with same credentials works fine. Can pull/clone. However teamcity installed as a …

git github teamcity jgit
'dotnet restore' vs. 'nuget restore' with TeamCity

I have an ASP.NET Core project that builds properly with Visual Studio, but it doesn't build under MSBuild. It …

.net msbuild nuget teamcity
HowTo: Teamcity + GitHub

Has anybody successfully configured Teamcity to monitor, extract, and build from GitHub? I can't seem to figure how where and …

continuous-integration ssh teamcity github
Where does a TeamCity build agent get its path environment from?

I'm trying to set up TeamCity to build my project, but my psake buildscript fails, with the reason being narrowed …

continuous-integration environment-variables teamcity psake teamcity-6
How to diagnose "TestFixtureSetUp Failed"

We use TeamCity as our CI server, and I've just started seeing "TestFixtureSetUp Failed" in the test failure window. Any …

nunit teamcity