Enable deployment-tools, msbuild, and vstest repos in source-build (#13677)
This commit is contained in:
parent
ba1739a236
commit
73d8fb56fa
4 changed files with 9 additions and 6 deletions
|
@ -10,7 +10,8 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<RepositoryReference Include="runtime" />
|
||||
<!-- TODO: Renable once runtime is building in tarball -->
|
||||
<!-- <RepositoryReference Include="runtime" /> -->
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
|
@ -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" /> -->
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue