Wayne Bradney
- Total activity 90
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 29
-
Created MSTest results don't include the message, just the stacktrace
Even though the trx file includes a descriptive <message> in regarding each test failure, it doesn't appear on the TC log pages -- only the <stacktrace> appears. Is there a reason for this? -
Created File activation in VS2008 plugin not working
Is there some trick to this that I'm missing? I'm able to login to TC from the plugin just fine, but neither changes nor test results are activating in the IDE when I click the appropriate links in... -
Created Publish artifact from buildTmp?
I have a sln2008 configuration that runs tests with MSTest. The resulting .trx file is a cryptic temp file in buildTmp. How do I publish that as an artifact of the build?Things I've tried:1. Specif... -
Created MSBuild logging level
When I run an MSBuild from teamcity with the /verbosity:detailed or /verbosity:diagnostic switch, I still only get a "normal" level of logging. Is this to be expected? Is there a TC setting I can c... -
Created Queuing multiple builds for a configuration -- can this be suppressed?
Today I noticed that one of my configurations had two builds queued, the second of which (when it started) was immediately flagged as outdated. Is there a way to enforce that TC can never queue mul... -
Created Complex dependencies - Is this scenario even possible?
It's complicated. Here's the picture:I have a build numbering scheme thus: Major#.Minor#.Build#.Revision#. The current, official build number is stored in a text file in source control's mainline. ... -
Created Config dependencies and build version
What is supposed to happen in the following scenario?Three configurations: A, B and CB has a snapshot dependency on A (don't rebuild if there's a good build already)C has a snapshot dependency on A... -
Created Perforce clientspec constistency
When I configure a TeamCity project to use a specific clientspec, isn't it supposed to use that clientspec when syncing to the head revision before building? What I'm seeing is that although my pro... -
Created Internal Server Error 500 while publishing artifact
And I was so close to finishing converting our build over to TeamCity. When the final installer is built, the artifact never shows up:... [12:07:29]: Build finished at May 7 2009 12:07 PM[12:07:29... -
Created How to generate a build number and share it across projects?
I'm evaluating TeamCity and I like what I see so far, but I've hit a sticking point. Our build number is of the form major.minor.build.revision, and we need to automatically bump the build part whe...