remove XAMLIL after generating populate method (#5126)

This commit is contained in:
Brandon Li
2024-05-12 19:34:32 -04:00
committed by GitHub
parent 10aaaa65c5
commit 211245215e

View File

@@ -239,6 +239,7 @@ namespace Robust.Build.Tasks
engine.LogErrorEvent(new BuildErrorEventArgs("XAMLIL", "", res.FilePath, 0, 0, 0, 0,
$"{res.FilePath}: {e.Message}", "", "CompileRobustXaml"));
}
res.Remove();
}
return true;
}