The extension will be added as a new button to the right click context of the solution node. It runs the following command on your solution
By running this command, your dependent projects will be parsed and dotnet build will construct the build order graph, an actual dependency graph of projects, which is then traversed to determine the build order. As with targets in individual projects, graphBuild ensures that referenced projects are built after the projects they depend on. |