Enable deployment-tools, msbuild, and vstest repos in source-build (#13677)

This commit is contained in:
Michael Simons 2022-04-20 15:40:57 -05:00 committed by GitHub
parent ba1739a236
commit 73d8fb56fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 6 deletions

View file

@ -10,7 +10,8 @@
</PropertyGroup>
<ItemGroup>
<RepositoryReference Include="runtime" />
<!-- TODO: Renable once runtime is building in tarball -->
<!-- <RepositoryReference Include="runtime" /> -->
</ItemGroup>
<ItemGroup>

View file

@ -42,7 +42,7 @@
<!-- Tier 2 -->
<RepositoryReference Include="linker" />
<!-- <RepositoryReference Include="msbuild" /> -->
<RepositoryReference Include="msbuild" />
<!-- <RepositoryReference Include="runtime-portable" /> -->
<!-- <RepositoryReference Include="runtime" /> -->
<!-- <RepositoryReference Include="templating" /> -->
@ -52,14 +52,14 @@
<!-- Tier 4 -->
<!-- <RepositoryReference Include="aspnetcore" /> -->
<!-- <RepositoryReference Include="deployment-tools" /> -->
<RepositoryReference Include="deployment-tools" />
<!-- <RepositoryReference Include="format" /> -->
<!-- <RepositoryReference Include="nuget-client" /> -->
<!-- Tier 5 -->
<!-- <RepositoryReference Include="fsharp" /> -->
<!-- <RepositoryReference Include="sdk" /> -->
<!-- <RepositoryReference Include="vstest" /> -->
<RepositoryReference Include="vstest" />
<!-- Tier 6 -->
<!-- <RepositoryReference Include="installer" /> -->

View file

@ -30,7 +30,8 @@
<ItemGroup>
<RepositoryReference Include="arcade" />
<RepositoryReference Include="runtime" />
<!-- TODO: Renable once runtime is building in tarball -->
<!-- <RepositoryReference Include="runtime" /> -->
<RepositoryReference Include="roslyn" />
</ItemGroup>

View file

@ -13,7 +13,8 @@
<ItemGroup>
<RepositoryReference Include="diagnostics" />
<RepositoryReference Include="runtime" />
<!-- TODO: Renable once runtime is building in tarball -->
<!-- <RepositoryReference Include="runtime" /> -->
<RepositoryReference Include="source-build-externals" />
</ItemGroup>