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 cf71da3 commit 1703477Copy full SHA for 1703477
eng/DotNetBuild.props
@@ -32,6 +32,7 @@
32
<ShortStack Condition="'$(TargetOS)' == 'tvossimulator'">true</ShortStack>
33
<ShortStack Condition="'$(TargetOS)' == 'maccatalyst'">true</ShortStack>
34
<ShortStack Condition="'$(TargetOS)' == 'android'">true</ShortStack>
35
+ <ShortStack Condition="'$(TargetOS)' == 'linux-bionic'">true</ShortStack>
36
</PropertyGroup>
37
38
<Target Name="GetRuntimeSourceBuildCommandConfiguration"
0 commit comments