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 setup team city agent on mac?

I do not know the steps to setup TeamCity agent on mac so if anybody did it. Please share your …

macos teamcity build-agent
How to install nUnit 3 nunit3-console.exe in TeamCity 9.x

NUnit 3.0 is supported by TeamCity 9.1.x now however you have to install the runner and specify the path to the …

teamcity nunit-3.0
Update Variable in TeamCity powershell script

I am trying to update an enviroment variable in TeamCity using Powershell script. However, it does not update the value …

powershell teamcity teamcity-8.0
teamcity force checkout

I have teamcity project that use mercurial. I did a few manually changes to the files in teamcity/buildAgent/work …

teamcity vcs-checkout
How do I get TeamCity to create the .git directory when cloning a repo for build?

I'm trying to run a custom command in my MSBuild file; it basically runs 'git log -10' and stores …

git msbuild teamcity
TeamCity to read and update version number from version file

We are using TeamCity as a CI server and we've been thinking how to implement a method for versioning our …

.net teamcity version-numbering
How to integrate Karma with TeamCity

I am able to run tests via Karma in TeamCity since you can run anything that's accessible via command line. …

teamcity karma-runner
How do I pass this common property to MSBuild using TeamCity?

I am using the TeamCity Visual Studio runner. I want to add a setting that is not accessible from Visual …

msbuild teamcity teamcity-7.0
Pass a Team City Parameter to a PowerShell file

I have the following parameter defined in Team City: I want to pass this parameter into a powershell script I …

powershell teamcity powershell-2.0 teamcity-9.0
How to get MSTest to find my test data files?

I have a few tests that need to be fed with external data from excel files. The files are included …

mstest teamcity