mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
comment
This commit is contained in:
parent
f2f2cb0a4a
commit
8434c1c853
@ -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>();
|
||||
|
Loading…
Reference in New Issue
Block a user