Change Globals.BuildErrors into BuildException #1673

This commit is contained in:
Wojtek Figat
2023-11-15 11:57:53 +01:00
parent 385693afff
commit 3a59cfcf20
5 changed files with 18 additions and 15 deletions

View File

@@ -525,7 +525,7 @@ namespace Flax.Build.Projects.VisualStudio
// Build C# projects (needed for Rider solution wide analysis)
build |= project.Type == TargetType.DotNetCore;
//
// Always build the project named after solution if main project was not set
build |= solution.MainProject == null && project.Name == solution.Name;
}
else if (firstPlatformMatch != -1 && !configuration.Name.StartsWith("Editor."))