Home
TeamCity Support | JetBrains
Contact Support
Community
Sign in
Adrian Banks
Total activity
15
Last activity
January 17, 2016 09:44
Member since
January 05, 2011 10:03
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
4
Activity overview
Posts (4)
Comments (7)
Sort by recent activity
Recent activity
Votes
Created
January 19, 2011 15:05
This is possible to list assemblies in text files. To implement this you need to write an MSBuild/NAnt build script that loads this file and put the values into properties.So I can have a task that...
Community
TeamCity General Topics
Can I specify a list of assemblies to test in a file?
0 votes
Created
January 19, 2011 16:21
[deleted]
Community
TeamCity General Topics
Can I specify a list of assemblies to test in a file?
0 votes
Created
January 24, 2011 19:10
> Do you have tests that may change the locale?Yes. I'll comment those ones out and see if it makies a difference.> Do you use NUnit-specific attributes for this?No, we explicitly set the culture i...
Community
TeamCity General Topics
What culture does TeamCity run builds in (and how to change it)?
0 votes
Created
January 12, 2011 17:02
Category includes/excludes:The cateogry name applied to the tests that get incorrectly ignored is:[Category("Functional-Data Tests")]I cannot include the build log as is is huge (~90MB) and has com...
Community
TeamCity General Topics
NUnit - "Category name must not contain..."
0 votes
Created
January 24, 2011 16:40
The locale settings for the user running the build agent's Windows service are all set to UK/US.To verify this, I've just added a failing unit test to the build that outputs the current culture and...
Community
TeamCity General Topics
What culture does TeamCity run builds in (and how to change it)?
0 votes
Created
January 26, 2011 10:41
I think the way I am running these tests is what the issue is. We have some tests that were setting either the current thread's culture or principal, but were not setting them back in the tear down...
Community
TeamCity General Topics
What culture does TeamCity run builds in (and how to change it)?
0 votes
Created
January 19, 2011 16:25
Unfortunately not. We have legacy code where some of the projects contain both implementation and test code (it is not easy to unpick this), meaning that the assembly is called ProjectB.dll and th...
Community
TeamCity General Topics
Can I specify a list of assemblies to test in a file?
0 votes