Skip to content
| Marketplace
Sign in
Visual Studio>Tools>DotnetBuildGraph
DotnetBuildGraph

DotnetBuildGraph

Alper EBICOGLU

|
447 installs
| (1) | Free
Runs dotnet build /graphBuild command
Download

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

dotnet build /graphBuild

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.

information__1.png

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft