We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a37c6df commit 173c43aCopy full SHA for 173c43a
src/SourceBuild/content/Directory.Build.props
@@ -30,6 +30,8 @@
30
<ShortStack Condition="'$(TargetOS)' == 'maccatalyst'">true</ShortStack>
31
<ShortStack Condition="'$(TargetOS)' == 'android'">true</ShortStack>
32
<ShortStack Condition="'$(TargetOS)' == 'linux-bionic'">true</ShortStack>
33
+ <!-- NativeAOT Mac builds are short -->
34
+ <ShortStack Condition="'$(TargetOS)' == 'osx' and '$(DotNetBuildRuntimeNativeAOTRuntimePack)' == 'true'">true</ShortStack>
35
<!-- Short stack builds stop at runtime, not the whole SDK -->
36
<RootRepo Condition="'$(ShortStack)' == 'true'">runtime</RootRepo>
37
</PropertyGroup>
0 commit comments