Make DotNet build task verbose about compiled C# lib output path

This commit is contained in:
Wojtek Figat
2021-02-23 23:38:39 +01:00
parent 463251a7fa
commit 6ec58664e4

View File

@@ -146,7 +146,7 @@ namespace Flax.Build
task.WorkingDirectory = workspaceRoot;
task.CommandPath = exePath;
task.CommandArguments = $"\"{cscPath}\" /noconfig @\"{responseFile}\"";
task.InfoMessage = "Compiling C# API for " + binaryModuleName;
task.InfoMessage = "Compiling " + outputFile;
task.Cost = task.PrerequisiteFiles.Count;
// Copy referenced assemblies