We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05157ad commit 6bfcef1Copy full SHA for 6bfcef1
src/mono/msbuild/apple/build/AppleBuild.props
@@ -9,7 +9,7 @@
9
<MonoForceInterpreter Condition="'$(MonoForceInterpreter)' == ''">true</MonoForceInterpreter>
10
</PropertyGroup>
11
12
- <PropertyGroup Condition="'$(UseMonoRuntime)' != 'true' and '$(UseNativeAOTRuntime)' != 'true'">
+ <PropertyGroup Condition="'$(UseMonoRuntime)' != 'true' and '$(UseNativeAOTRuntime)' != 'true'">
13
<PublishReadyToRun Condition="'$(PublishReadyToRun)' == ''">true</PublishReadyToRun>
14
<PublishReadyToRunComposite Condition="'$(PublishReadyToRun)' == 'true'">true</PublishReadyToRunComposite>
15
<PublishReadyToRunContainerFormat Condition="'$(PublishReadyToRun)' == 'true'">macho</PublishReadyToRunContainerFormat>
0 commit comments