Configuring MsTest with TeamCity
问题 I'm using TeamCity with a Git repository and MSTest. The step running 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 assembly path seems to be wrong. To execute the tests I need to specify the assembly path, what I don't understand, is where my dll is supposed to be ? The Git repository does not contain the bin folder of the project, must I add it to Git ? Is there a place the dll is