Make DotNet build task verbose about compiled C# lib output path
This commit is contained in:
@@ -146,7 +146,7 @@ namespace Flax.Build
|
|||||||
task.WorkingDirectory = workspaceRoot;
|
task.WorkingDirectory = workspaceRoot;
|
||||||
task.CommandPath = exePath;
|
task.CommandPath = exePath;
|
||||||
task.CommandArguments = $"\"{cscPath}\" /noconfig @\"{responseFile}\"";
|
task.CommandArguments = $"\"{cscPath}\" /noconfig @\"{responseFile}\"";
|
||||||
task.InfoMessage = "Compiling C# API for " + binaryModuleName;
|
task.InfoMessage = "Compiling " + outputFile;
|
||||||
task.Cost = task.PrerequisiteFiles.Count;
|
task.Cost = task.PrerequisiteFiles.Count;
|
||||||
|
|
||||||
// Copy referenced assemblies
|
// Copy referenced assemblies
|
||||||
|
|||||||
Reference in New Issue
Block a user