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.
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-serverI currently use the MSBuild runner in TeamCity for continuous integration on my local server and this works very well. …
msbuild continuous-integration teamcity msdeployI 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-compilerWe are a Java shop looking for a CI tool to use. Both Hudson and Teamcity seem to be free …
continuous-integration hudson teamcity jenkinsI have a VS solution and as part of a TeamCity Build, we restore packages from both a private NuGet …
c# nuget teamcityI've got a PowerShell script as follows ##teamcity[progressMessage 'Beginning build'] # If the build computer is not running the appropriate …
powershell teamcity exit-codeI'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.0I have a TeamCity server setup to do my CI builds. I'm building and testing a C# solution and running …
msbuild teamcityNew to TeamCity. I have multiple build steps. Step 3 generates an id that is needed in step 4. What is the …
teamcity