This commit is contained in:
vis2k 2021-08-28 21:36:02 +08:00
parent f2f2cb0a4a
commit 8434c1c853

View File

@ -131,6 +131,8 @@ public static void Build(Action<string> OnWarning, Action<string> OnError)
// on mac, it does not run after AssemblyBuidler.Build()
// => run it manually in all cases
// => this way we can feed result.Logs to test results too
// NOTE: we could simply call Weaver.Weave() here.
// but using the ILPP pipeline helps catch issues early.
// copy references from assemblyBuilder's references
List<string> references = new List<string>();