Skip to content

Conversation

@tmds
Copy link
Member

@tmds tmds commented Mar 1, 2024

<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
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