Skip to content

Commit 1703477

Browse files
authored
Fix missing short stack define (#98128)
1 parent cf71da3 commit 1703477

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eng/DotNetBuild.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
<ShortStack Condition="'$(TargetOS)' == 'tvossimulator'">true</ShortStack>
3333
<ShortStack Condition="'$(TargetOS)' == 'maccatalyst'">true</ShortStack>
3434
<ShortStack Condition="'$(TargetOS)' == 'android'">true</ShortStack>
35+
<ShortStack Condition="'$(TargetOS)' == 'linux-bionic'">true</ShortStack>
3536
</PropertyGroup>
3637

3738
<Target Name="GetRuntimeSourceBuildCommandConfiguration"

0 commit comments

Comments
 (0)