Class ProjectBuildInstaller
- Namespace
- FishMMO.Installer
- Assembly
- FishMMO-Installer.dll
Builds all discovered C# project files under a selected directory hierarchy. The scan is dynamic and includes new projects automatically when added.
public static class ProjectBuildInstaller
- Inheritance
-
ProjectBuildInstaller
- Inherited Members
Methods
BuildAllProjectsInSelectedRootAsync()
Prompts for a root directory, discovers all .csproj files recursively, asks for confirmation, and builds each project with DotNet.
public static Task BuildAllProjectsInSelectedRootAsync()