Tagged Questions
2
votes
3answers
829 views
Using NUnit-2.5 RequiresSTAAttribute with TeamCity 4
Using TeamCity, I'm trying to get a (TestAutomationFX) test that requires an STA thread to run .
It works via a custom app.config that configures NUnit 2.4.x (8) (as referred to by Gishu, thanks, ...