We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ad67d1 commit ba72b97Copy full SHA for ba72b97
eng/DotNetBuild.props
@@ -37,7 +37,7 @@
37
<!-- NativeAOT builds are short -->
38
<ShortStack Condition="'$(DotNetBuildRuntimeNativeAOTRuntimePack)' == 'true'">true</ShortStack>
39
<!-- Mono LLVM builds are short -->
40
- <ShortStack Condition="'$(MonoEnableLLVM)' == 'true' or '$(MonoAOTEnableLLVM)' == 'true'">true</ShortStack>
+ <ShortStack Condition="'$(DotNetBuildMonoEnableLLVM)' == 'true' or '$(DotNetBuildMonoAOTEnableLLVM)' == 'true'">true</ShortStack>
41
<!-- Mono AOT cross compiler builds are short -->
42
<ShortStack Condition="'$(DotNetBuildMonoCrossAOT)' == 'true'">true</ShortStack>
43
</PropertyGroup>
0 commit comments