Add product rid to ILCompiler rids when bundling ILCompiler with the SDK. (#18835)
This commit is contained in:
parent
d746cee518
commit
c0f4c586c2
2 changed files with 5 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
||||||
<ResolveAssemblyReferencesSilent>true</ResolveAssemblyReferencesSilent>
|
<ResolveAssemblyReferencesSilent>true</ResolveAssemblyReferencesSilent>
|
||||||
<ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch>none</ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch>
|
<ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch>none</ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch>
|
||||||
<BundleRuntimePacks Condition="'$(BundleRuntimePacks)' == '' and '$(DotNetBuildSourceOnly)' == 'true'">true</BundleRuntimePacks>
|
<BundleRuntimePacks Condition="'$(BundleRuntimePacks)' == '' and '$(DotNetBuildSourceOnly)' == 'true'">true</BundleRuntimePacks>
|
||||||
|
<BundleNativeAotCompiler Condition="'$(BundleNativeAotCompiler)' == '' and '$(DotNetBuildSourceOnly)' == 'true' and '$(SourceBuildUseMonoRuntime)' != 'true'">true</BundleNativeAotCompiler>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
|
@ -266,6 +266,10 @@
|
||||||
Condition="'$(BundleRuntimePacks)' == 'true'"
|
Condition="'$(BundleRuntimePacks)' == 'true'"
|
||||||
Include="$(ProductMonikerRid)" />
|
Include="$(ProductMonikerRid)" />
|
||||||
|
|
||||||
|
<ILCompilerSupportedRids
|
||||||
|
Condition="'$(BundleNativeAotCompiler)' == 'true'"
|
||||||
|
Include="$(ProductMonikerRid)" />
|
||||||
|
|
||||||
<Net60MonoRuntimePackRids Include="
|
<Net60MonoRuntimePackRids Include="
|
||||||
@(Net60RuntimePackRids);
|
@(Net60RuntimePackRids);
|
||||||
browser-wasm;
|
browser-wasm;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue