Cache networking code generation task results
This commit is contained in:
@@ -529,7 +529,6 @@ namespace Flax.Build.Plugins
|
||||
task.CommandPath = null;
|
||||
task.InfoMessage = $"Generating networking code for {Path.GetFileName(assemblyPath)}...";
|
||||
task.Cost = 50;
|
||||
task.DisableCache = true;
|
||||
task.DependentTasks = new HashSet<Task>();
|
||||
task.DependentTasks.Add(buildTask);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user