Add logging .NET runtime version to build tool
This commit is contained in:
@@ -64,6 +64,7 @@ namespace Flax.Build
|
||||
Log.Verbose("Arguments: " + CommandLine.Get());
|
||||
Log.Verbose("Workspace: " + Globals.Root);
|
||||
Log.Verbose("Engine: " + Globals.EngineRoot);
|
||||
Log.Verbose(System.Runtime.InteropServices.RuntimeInformation.FrameworkDescription);
|
||||
}
|
||||
|
||||
// Load project
|
||||
|
||||
Reference in New Issue
Block a user