Quantcast
Channel: MSBuild fails to determine correct solution dependencies - Stack Overflow
Viewing all articles
Browse latest Browse all 2

MSBuild fails to determine correct solution dependencies

$
0
0

I'm struggling to find a solution for this issue.

I have a solution (VS2008) that contains around 50 projects (C#).

The inter-project dependencies are added as project-reference (and not by referncing a DLL).

Also, the dependencies inside VS is set correctly in the solution settings dialog.

The problem is, when building the solution from MSBUILD (command line) on our CI server, msbuild will build the projects in what seems to be the order that they're laid out in the solution file, and not according to the dependencies.

I've found numerous references for this on the web, with no solution...

What can i do in order to build the solution correctly with msbuild from command line ?


Viewing all articles
Browse latest Browse all 2

Trending Articles