Mhedgpeth

- Total activity 51
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 16
-
Mhedgpeth created a post, How do I enable PartCover code coverage with MSBuild task in TeamCity 5.0?
I am confused as to the steps I need to take to enable PartCover code coverage reporting for MSBuild build configuration in TeamCity 5.0.1.I read this: http://www.jetbrains.net/confluence/display/T... -
Mhedgpeth created a post, Are built-in properties always available?
In this article (http://www.jetbrains.net/confluence/display/TCD4/Predefined+Properties) it seems to say that there are pre-defined properties that are always available.However, when running an msb... -
Mhedgpeth created a post, Maximum upload size?
I have a zip file artifact that is over 300 MB in size. When TeamCity tries to upload it, the server reports the following error. How can I fix this?[2009-04-22 18:50:10,328] ERROR - jetbrains... -
Mhedgpeth created a post, Does an artifact dependency need source control?
I have two build configurations:ReleaseDeployAll the Deploy configuration does is copy the artifacts to a network share twice a day for deployment purposes.In order to do this, I made Deploy have a... -
Mhedgpeth created a post, Interacting builds and cleaning sources on build agent
It looks like I have an issue with builds that may be interacting with what sources they're getting. I have a situation where each build has 45 checkout rules, the first of which is the branched s... -
Mhedgpeth created a post, Do regular builds get precedence over pre-tested commit builds (developer builds)?
We would like non-developer builds to always happen before developer builds. Is this possible? -
Mhedgpeth created a post, 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... -
Mhedgpeth created a post, 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? -
Mhedgpeth created a post, 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... -
Mhedgpeth created a post, 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 ...