Build VS.NET Solution action loads projects out of order.
Hi guys,
Anyone else experience this?
When I use a ‘Build VS.NET Solution’ action and I look the ‘Apply to project’ section, my projects are out of order.
Example, in my solution I have Project 1, 2, 3, 4…etc but in FB they show as 3, 1, 2, 4…etc.
Compiles fail because of dependencies…etc Our compiles(like most people) are very order dependent.
I’m currently using FinalBuilder Pro 6.2.0.1074
I saw a newer build but no mention of a fix for Build vs.net Solutions.
Any help or workaround would be greatly appreciated.
Thanks, Sash.
Hi Sash
The projects are loaded in the order they appear in the solution file, and then the list of projects is sorted in dependency order. The sorting of project dependencies can have multiple correct results, so it’s quite possible that the order might be different to how it appears in visual studio, however the solution should still build fine.
If this is not happening then please contact support at finalbuilder dot com with your solution and .csproj (or whatever .xxxxproj it includes) files so we can analyze the dependencies here and see what is happening.
Ah ok, so it is re-ordering on purpose.
For now I’ll just create several vs.net build tasks so I get the proper build order until I speak with our devs and see what can be done about it.
Thanks, Sash