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>
|
||||
<ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch>none</ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch>
|
||||
<BundleRuntimePacks Condition="'$(BundleRuntimePacks)' == '' and '$(DotNetBuildSourceOnly)' == 'true'">true</BundleRuntimePacks>
|
||||
<BundleNativeAotCompiler Condition="'$(BundleNativeAotCompiler)' == '' and '$(DotNetBuildSourceOnly)' == 'true' and '$(SourceBuildUseMonoRuntime)' != 'true'">true</BundleNativeAotCompiler>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
|
@ -266,6 +266,10 @@
|
|||
Condition="'$(BundleRuntimePacks)' == 'true'"
|
||||
Include="$(ProductMonikerRid)" />
|
||||
|
||||
<ILCompilerSupportedRids
|
||||
Condition="'$(BundleNativeAotCompiler)' == 'true'"
|
||||
Include="$(ProductMonikerRid)" />
|
||||
|
||||
<Net60MonoRuntimePackRids Include="
|
||||
@(Net60RuntimePackRids);
|
||||
browser-wasm;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue