You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove native AOT error when skipping native compilation (#46839)
This disables the new error when NativeCompilationDuringPublish is
false. This is to enable a scenario where the ios build logic runs
Publish targets (and ILCompiler targets are imported) but doesn't run
ILC (so doesn't pass coreclr runtime packs to ILC, which this error
guards against).
0 commit comments