Mhedgpeth
- Total activity 51
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 16
-
Created How can I run a 2003 sln and 2005 sln in the same build script, while preserving logging?
I need to be able to compile 2003 sln files and 2005 sln files in the same build script. Unfortunately, using the MSBuild task only works on the 2005 solutions. I could build the 2003 solutions u... -
Created Could you provide a sample TeamCity backup script for a Windows PC?
I need to write a script to back up TeamCity on a machine running Windows XP. It occurred to me that someone has done this before. Would you mind sharing the script you use so others can save time? -
Created How do I disable build triggering with two VCS roots?
I have a build with two roots:$/One_Project which has /Sourceand$/Another_Project which has /Source.On the build agent, this maps toAgent Directory One Source Another SourceI would like... -
Created Why would I have artifacts from older builds in my current build?
I have artifacts from older builds in my newer builds. My artifacts are set up to grab /Deploy/*.zip. It seems that TeamCity is reusing the build directory and not cleaning out the old zips.This ... -
Created Is there a way to fail the build if any duplicates are found with the Duplicates Finder (.NET)?
I would like to fail the build if any duplicates are found with the duplicates finder. This way I won't have to check it; I'll know that there are no duplicates. Is this possible? -
Created What is the best practice for updating .NET assembly versions?
We have an msbuild task that updates the AssemblyInfo.cs files so that the .NET Assembly version will match the continuous integration version (by using the build_number property).Some products wan... -
Created In Windows Authentication mode, does changing one's domain password affect one's TeamCity account at all?
For example, user1 has a TeamCity account with Visual Studio plugin and a firefox session set to remember the user. The user then changes her password. Would that user then need to reauthenticate... -
Created How do I set up windows authentication? (for non-experts)
This link (http://www.jetbrains.net/confluence/display/TCD4/Authentication+Settings) is good for people who know what they're doing, but I'm a little lost because I don't know a lot about active di... -
Created Does changing authentication scheme delete all current users?
I just upgraded to the enterprise edition and am looking at changing the authentication scheme. I have 20 users already set up with the basic authentication scheme. Will changing schemes delete t... -
Created [EAP 4.0.1 build 8137] Getting project sources not completing after 9 hours
I am trying to implement TeamCity for a project which has a codebase of 37,442 files in 2,287 folders taking up 6.89 GB of disk space. We are running TFS. I have set up a single VCS root which go...