Cache networking code generation task results

This commit is contained in:
2023-03-14 19:47:59 +02:00
committed by Wojtek Figat
parent b85184eee0
commit d5b8e44572

View File

@@ -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);
}