Mhedgpeth
- Total activity 51
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 16
-
Created 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... -
Created 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... -
Created 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... -
Created 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... -
Created 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... -
Created 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?