File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
src/Framework/App.Runtime/src Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 1818 <!-- VMR doesn't produce valid crossgen for the host/build machine https://github.com/dotnet/source-build/issues/3793 -->
1919 <PublishReadyToRun Condition=" '$(DotNetBuild)' == 'true' AND '$(Crossbuild)' == 'true' ">false</PublishReadyToRun>
2020 <PublishReadyToRun Condition=" '$(PublishReadyToRun)' == '' AND '$(Configuration)' != 'Debug' ">true</PublishReadyToRun>
21+ <!-- Don't use ReadyToRun when explicitly opted out -->
22+ <PublishReadyToRun Condition="'$(CrossgenOutput)' == 'false'">false</PublishReadyToRun>
2123 <!-- Build a composite R2R image -->
2224 <PublishReadyToRunComposite>true</PublishReadyToRunComposite>
2325
Original file line number Diff line number Diff line change 1818 <!-- VMR doesn't produce valid crossgen for the host/build machine https://github.com/dotnet/source-build/issues/3793 -->
1919 <PublishReadyToRun Condition=" '$(DotNetBuild)' == 'true' AND '$(Crossbuild)' == 'true' ">false</PublishReadyToRun>
2020 <PublishReadyToRun Condition=" '$(PublishReadyToRun)' == '' AND '$(Configuration)' != 'Debug' ">true</PublishReadyToRun>
21+ <!-- Don't use ReadyToRun when explicitly opted out -->
22+ <PublishReadyToRun Condition="'$(CrossgenOutput)' == 'false'">false</PublishReadyToRun>
2123
2224 <InstallerName>$(RuntimeInstallerBaseName)</InstallerName>
2325 <GenerateInstallers>true</GenerateInstallers>
You can’t perform that action at this time.
0 commit comments