I'm trying two build a Visual Studio(2013) solution in TeamCity. The solution contains three projects, one web project and two class library projects. I'm using Git for VCS and here is what the VCS root looks like:
When I try to run a build, TeamCity shows the following error:
I'm using Visual Studio(sln) runner type in my build step. And also the project builds without errors locally in Visual Studio.
What is the causing the error? How can I solve it?
Disclaimer: I'm new to both build automation and TeamCity.