Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public abstract class PlatformSpecificBuilder : IPlatformSpecificBuilder,
/// need to execute first in-order to register themselves as builders
/// for their respective platforms.
/// </summary>
public int callbackOrder => 1;
public int callbackOrder => 0;

/// <summary>
/// Stores the targets for which the builder can be used.
Expand Down
Loading