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.

How to debug into my nuget package deployed from TeamCity?

I have put a library that my team uses into a nuget package that is deployed from TeamCity into a …

c# deployment teamcity nuget symbol-server
Full list of /P MSDeploy arguments for MSBuild from TeamCity

I currently use the MSBuild runner in TeamCity for continuous integration on my local server and this works very well. …

msbuild continuous-integration teamcity msdeploy
ASPNETCOMPILER error ASPCONFIG: Could not load file or assembly 'Microsoft.VisualBasic.Activities.Compiler' or one of its dependencies

I just upgraded my project to Asp.Net 4, from 3.5. When the build kicks off from TeamCity, I get the following …

.net .net-4.0 teamcity aspnet-compiler
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 …

continuous-integration hudson teamcity jenkins
Nuget Restore via build server "unable to find version"

I have a VS solution and as part of a TeamCity Build, we restore packages from both a private NuGet …

c# nuget teamcity
Why are my PowerShell exit codes always "0"?

I've got a PowerShell script as follows ##teamcity[progressMessage 'Beginning build'] # If the build computer is not running the appropriate …

powershell teamcity exit-code
Select Git branch for TeamCity Build

I'm wondering how to select the branch to build against using Team City 8.1. My VCS root (Git) is set to …

git teamcity teamcity-8.0
TeamCity says to use "Build Parameters" instead of "/property:" in an MSBuild step. What does that mean?

I have a TeamCity server setup to do my CI builds. I'm building and testing a C# solution and running …

msbuild teamcity
TeamCity, passing an id generated in one build step to a later build step

New to TeamCity. I have multiple build steps. Step 3 generates an id that is needed in step 4. What is the …

teamcity
The "TransformXml" task was not found (error MSB4036) on TeamCity build

Hello I have build server with TeamCity. My project is Sitecore Web Application. I am using TDS (HedgehogDevelopment). I have …

msbuild teamcity sitecore sitecore6 tds