File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 2323 <LogVerbosity Condition =" '$(LogVerbosity)' == ''" >minimal</LogVerbosity >
2424 </PropertyGroup >
2525
26+ <!-- Keep this list in sync with https://github.com/dotnet/sdk/blob/main/src/SourceBuild/content/Directory.Build.props#L23 -->
2627 <PropertyGroup Label =" ShortStacks" >
2728 <ShortStack Condition =" '$(TargetOS)' == 'wasi'" >true</ShortStack >
2829 <ShortStack Condition =" '$(TargetOS)' == 'browser'" >true</ShortStack >
3334 <ShortStack Condition =" '$(TargetOS)' == 'maccatalyst'" >true</ShortStack >
3435 <ShortStack Condition =" '$(TargetOS)' == 'android'" >true</ShortStack >
3536 <ShortStack Condition =" '$(TargetOS)' == 'linux-bionic'" >true</ShortStack >
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 >
41+ <!-- Mono AOT cross compiler builds are short -->
3642 <ShortStack Condition =" '$(DotNetBuildMonoCrossAOT)' == 'true'" >true</ShortStack >
3743 </PropertyGroup >
3844
You can’t perform that action at this time.
0 commit comments