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.

npm check and update package if needed

We need to integrate Karma test runner into TeamCity and for that I'd like to give sys-engineers small script (powershell …

node.js teamcity npm karma-runner
How to Publish Web with msbuild?

Visual Studio 2010 has a Publish command that allows you to publish your Web Application Project to a file system location. …

asp.net visual-studio-2010 msbuild teamcity msdeploy
Selenium Error - The HTTP request to the remote WebDriver timed out after 60 seconds

I've been using Selenium for a number of months, which we're using to automate some of our internal testing processes. …

c# selenium selenium-webdriver nunit teamcity
How to use robocopy to copy directories on different domains

I want to copy a directory(abc) from domain1/user1 to domain2/user1. any idea how to do this. e.…

copy dns teamcity robocopy
How to stop "Just In Time Debugging" messages blocking a buildserver

Our buildserver (TeamCity, much recommended), runs our a whole bunch of testsuites on our finished c++ program. Once in a …

visual-studio teamcity
Why would a post-build step (xcopy) occasionally exit with code 2 in a TeamCity build?

A few projects in my client's solution have a post-build event: xcopy the build output to a specific folder. This …

teamcity xcopy
MSBuild error MSB3021: Unable to copy file. Could not find file 'obj\Release\myWebProject1.dll'

When using TeamCity to compile my MSBuild XML task script, it fails with this: [10:43:03]: myWebProject1\ myWebProject 1 .csproj (3s) [10:43:07]: [ myWebProject1\ myWebProject1 .…

.net .net-4.0 msbuild teamcity msbuild-task
How to deploy after a build with TeamCity?

I'm setting up TeamCity as my build server. I have my project set up, it is updating correctly from subversion, …

c# asp.net deployment teamcity
TeamCity build agent disconnected

I installed a build agent on Windows 7 and always have the agent show up as "disconnected". The log teamcity-agent.txt …

teamcity
NUnit expected exceptions

I've got a set of test cases, some of which are expected to throw exceptions. Because of this, I have …

c# nunit continuous-integration teamcity