Commit 2f1799b
authored
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).1 parent 2291d9f commit 2f1799b
File tree
1 file changed
+1
-0
lines changed- src/Tasks/Microsoft.NET.Build.Tasks/targets
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
| 234 | + | |
234 | 235 | | |
235 | 236 | | |
236 | 237 | | |
| |||
0 commit comments