I\'m using TeamCity to build and deploy a collection of MVC Applications via msbuild and WebDeploy. In a step previous to my solution build/deploy, I copy an app_offline.htm to the deploy directory s
I hope you guys can help me. my problem is the following: i have 2 projects that depend on each other each of them in different svn root.
I am trying to call a NAnt script from TeamCity, but I\'m encountering something that makes no sense to me.
I am using this setting to run vstest using mstest in teamcity Assemblies list : Z:\\Test\\Tests\\bin\\Debug\\Test.dll /category:\"abc Tests\"
I have some ruby tests running in TeamCity (Version 6.0.2) but after a upgrade to ruby 1.9.2 from 1.8.6 it looks like it doesn\'t recognize test tests both failed and successful once.
I\'ve switched in teamcity from using basic authentication to using NTLM, on an existing installation.
We are using TFS 2010 for source control and project management, and TeamCity 6.0 for perfor开发者_JS百科ming builds and build reporting (CI and daily deployments for testers).Setting up TFS source la
Basically I\'d like to use the NUnit plugin for TeamCity (the program, not necessarily the specific build step using it) to run my unit tests, with NCover for code coverage, and since my unit tests us
I am trying to set up TeamCity to build and deploy an ASP.NET MVC application. I have the setup running successfully on other servers using TeamCity 4.5, but the new server is running TeamCity 6, an
I have been at this for a couple of hours now and its beginning to do my head in. Within TeamCity am trying to get an MSBuild to run the .NET Duplicates Finder, this was the easy bit.