Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add product rid to ILCompiler rids when bundling ILCompiler with the SDK. #18835

Merged
merged 2 commits into from
Mar 6, 2024

Conversation

tmds
Copy link
Member

@tmds tmds commented Mar 1, 2024

@@ -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>
Copy link
Member Author

@tmds tmds Mar 1, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When we have a mechanism for it, this property will also cause the NuGet packages required for NativeAot to be included in the tarball (similar to BundleRuntimePacks).

@tmds
Copy link
Member Author

tmds commented Mar 6, 2024

@akoeplinger is this good to merge?

@akoeplinger akoeplinger merged commit c0f4c58 into dotnet:main Mar 6, 2024
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants