File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/coreclr/tools/aot/ILCompiler Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 1919 <PublishDir >$(RuntimeBinDir)ilc-published/</PublishDir >
2020 <PublishAot Condition =" '$(UseNativeAotForComponents)' == 'true'" >true</PublishAot >
2121 <SysRoot Condition =" '$(UseNativeAotForComponents)' == 'true' and '$(CrossBuild)' == 'true' and '$(HostOS)' != 'windows'" >$(ROOTFS_DIR)</SysRoot >
22- <PublishReadyToRun Condition =" '$(UseNativeAotForComponents)' != 'true'" >true</PublishReadyToRun >
22+ <PublishReadyToRun Condition =" '$(UseNativeAotForComponents)' != 'true' and '$(UseLocalTargetingRuntimePack)' != 'true' " >true</PublishReadyToRun >
2323 <PublishSingleFile Condition =" '$(UseNativeAotForComponents)' != 'true'" >true</PublishSingleFile >
2424 <PublishTrimmed Condition =" '$(UseNativeAotForComponents)' != 'true'" >true</PublishTrimmed >
2525 <SuppressGenerateILCompilerExplicitPackageReferenceWarning >true</SuppressGenerateILCompilerExplicitPackageReferenceWarning >
You can’t perform that action at this time.
0 commit comments