Skip to content

Commit 173c43a

Browse files
authored
[VMR] Light up NativeAOT OSX short lanes (#19355)
1 parent a37c6df commit 173c43a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/SourceBuild/content/Directory.Build.props

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
<ShortStack Condition="'$(TargetOS)' == 'maccatalyst'">true</ShortStack>
3131
<ShortStack Condition="'$(TargetOS)' == 'android'">true</ShortStack>
3232
<ShortStack Condition="'$(TargetOS)' == 'linux-bionic'">true</ShortStack>
33+
<!-- NativeAOT Mac builds are short -->
34+
<ShortStack Condition="'$(TargetOS)' == 'osx' and '$(DotNetBuildRuntimeNativeAOTRuntimePack)' == 'true'">true</ShortStack>
3335
<!-- Short stack builds stop at runtime, not the whole SDK -->
3436
<RootRepo Condition="'$(ShortStack)' == 'true'">runtime</RootRepo>
3537
</PropertyGroup>

0 commit comments

Comments
 (0)