change rootrepo

This commit is contained in:
Jo Shields 2024-02-02 16:33:05 -05:00
parent e06a805d2c
commit 50289771fd
2 changed files with 2 additions and 4 deletions

View file

@ -29,6 +29,8 @@
<ShortStack Condition="'$(TargetOS)' == 'tvossimulator'">true</ShortStack>
<ShortStack Condition="'$(TargetOS)' == 'maccatalyst'">true</ShortStack>
<ShortStack Condition="'$(TargetOS)' == 'android'">true</ShortStack>
<!-- Short stack builds stop at runtime, not the whole SDK -->
<RootRepo Condition="'$(ShortStack)' == 'true'">runtime</RootRepo>
</PropertyGroup>
<PropertyGroup Label="CalculateArch">

View file

@ -24,10 +24,6 @@
<RepositoryReference Include="symreader" />
<RepositoryReference Include="source-build-externals" Condition="'$(DotNetBuildSourceOnly)' == 'true'" />
<RepositoryReference Include="runtime" />
</ItemGroup>
<!-- Stop build at this point for runtime-only platforms like iOS -->
<ItemGroup Condition="'$(ShortStack)' != 'true'">
<RepositoryReference Include="roslyn" />
<RepositoryReference Include="windowsdesktop" Condition="'$(TargetOS)' == 'windows'" />
<RepositoryReference Include="xdt" />