Change build order in 'Build VS.Net Sollution' action

I am updating our existing Final Builder project where we use 'Build VS.Net Sollution' action. We have multiple projects and some project depend on other and need to be build in a specific order.

Build VS.Net Sollution provide option to build all projects or selected projects. Is it possible to change order of build under these options (i.e. project C then project B, etc)?

Thanks for your help.


Regards,
MA

Hi Mohammad,

The Build VS.NET Solution action will respect the dependency configuration of the projects as set in the solution. if you haven’t set this up you’ll need to launch Visual Studio, right click the solution in the Solution Explorer window and select Properties -> Project Dependencies.

Regards,
Paul.

Thanks.

Regards,
MA