We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d28b8a5 commit 4cd8016Copy full SHA for 4cd8016
src/coreclr/tools/aot/ILCompiler/ILCompiler.csproj
@@ -2,6 +2,7 @@
2
<PropertyGroup>
3
<OutputPath>$(RuntimeBinDir)ilc/</OutputPath>
4
<RuntimeIdentifier>$(OutputRID)</RuntimeIdentifier>
5
+ <RuntimeIdentifier Condition="'$(TargetsMobile)' == 'true'">$(PackageRID)</RuntimeIdentifier>
6
</PropertyGroup>
7
8
<PropertyGroup Condition="'$(UseNativeAotForComponents)' != 'true' and '$(CrossBuild)' == 'true'">
0 commit comments