Cache networking code generation task results

This commit is contained in:
2023-03-14 19:47:59 +02:00
parent e878f5be15
commit 16131b2858

View File

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