Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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).
- Loading branch information