Adrian Banks
- Total activity 15
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
-
Created What culture does TeamCity run builds in (and how to change it)?
I am running some unit tests using a MSBuild runner within a configuration. Some of the tests are failing because they are expecting a US/UK culture, but are using a different one. As an example:Ex... -
Created Try/Catch/Finally behaviour in tasks
Is there any way of mimicing a try/catch/finally block using build steps.We have a build configuration which requires a server to be running. We are using the multiple build steps to 1. start the s... -
Created Can I specify a list of assemblies to test in a file?
I have a TeamCity build configuration that builds some code (several projects) and then runs their NUnit tests. Currently, I have to specify the test assemblies in the "Run tests from" section of t... -
Created NUnit - "Category name must not contain..."
We currently have two similar builds configured, one using a custom NAnt script, the other using TeamCity's runner. Both builds run tests, the NAnt script calling NUnit 2.5.2 explicitly, the TeamCi...