Specifying where to run tests from
Hello!
I'm running into trouble testing my project when built in release mode. The tests start to run, but look for the dependencies in the debug folders instead of the release folders. This causes them to fail. Is there a way to specify this in TeamCity?
Thank you,
Juliusz
Please sign in to leave a comment.
Hi Juliusz,
What TeamCity runner do you use? What type of project do you try to build?
The descrined issue is most probably not TeamCity related, dependencies should be specified in the project configs.