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.

Running multiple TeamCity Agents on the same computer?

We have several build machines, each running a single TeamCity build agent. Each machine is very strong, and we'd like …

continuous-integration teamcity build-process
How to add the custom nuget feed to TeamCity build?

I have created a Nuget Server using Teamcity (running on a virtual machine in internet) and created the build that …

.net msbuild teamcity nuget
Using git commands in a TeamCity Build Step

One of my TeamCity v7.0 build projects relies on using a diff between the current development branch and the master …

git teamcity teamcity-7.0
TeamCity Current Date variable in MMdd format

In TeamCity is there an easy way to get a variable for the current date in the format MMdd (eg 0811 …

datetime teamcity
Restart TeamCity server via web interface

Is there a way to restart a TeamCity server running on Windows from its web interface? I haven't found a …

teamcity restart
Using msbuild I want to update a config file with values from teamcity

I have some XML that looks something like this: <?xml version="1.0" encoding="utf-8"?> <XmlConfig instancetype="XmlConfig, Processing, …

xml msbuild teamcity slowcheetah
How can I change the user identity that runs a build agent in TeamCity?

I am trying to get a build process set up in TeamCity 5, and I am encountering an access denied error …

teamcity teamcity-5.0
NuGet Package Restore cannot find package, has no Source

I have a package on my TeamCity NuGet feed, built by TeamCity, but a dependent TC project cannot see it …

.net msbuild teamcity nuget
How do Teamcity artifact paths work?

Can anyone give me an example of what the Artifact paths setting defined for a build configuration could look like …

visual-studio teamcity artifact
Is there a way to access TeamCity system properties in a Powershell script?

I'm trying to set up a new build configuration in TeamCity using the Powershell runner. However, I can't seem to …

powershell teamcity