I use TeamCity with a Git repository and MSTest.
The step that runs the tests gives the following error:
[Step 4/4] No assemblies, run configuration and test metadata were found [Step 4/4] Process exited with code 1
So the build path seems to be wrong.
To run the tests, I need to specify the build path, what I donβt understand, where should my dll be? Git repository does not contain project bin folder, should I add it to Git? Is there a place where a dll is created before running tests?
The MSTest agent was installed on the server. Here is my configuration.

source share