I have a teamcity install that runs a series of unit tests. I added an app.config file so that the library being tested can pull test config data. This works well when using the nunit GUI on my dev box. On the CI server however the n-unit tests fail because the app.config file is not being read. Is there something I need to do in team city to make this work?
I don't want to change the code or use injection since this is a basic unit testing suite and a significantly large code base.