I'm having issues with a colleague of mine not being able to compile a Sql Server Database Project. The same project builds just fine on my machine. We both use visual-studio-2013, Update 3 (v12.0.30723.00) and Sql Server Data Tools v12.0.40706.0.
Looking at the detailed build log on my side, I see this:
Task "SqlBuildTask"
Loading project references...
Loading project files...
Building the project model and resolving object interdependencies...
Validating the project model...
On my colleague's side, however, it's this:
Task "SqlBuildTask"
Creating a model to represent the project...
No errors are shown but the project still ends up not being built.
What could be wrong? Why isn't there at least a clue? Am I missing some kind of setting that causes MSBuild to fail?