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>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<RepositoryReference Include="runtime" />
|
<!-- TODO: Renable once runtime is building in tarball -->
|
||||||
|
<!-- <RepositoryReference Include="runtime" /> -->
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
|
@ -42,7 +42,7 @@
|
||||||
|
|
||||||
<!-- Tier 2 -->
|
<!-- Tier 2 -->
|
||||||
<RepositoryReference Include="linker" />
|
<RepositoryReference Include="linker" />
|
||||||
<!-- <RepositoryReference Include="msbuild" /> -->
|
<RepositoryReference Include="msbuild" />
|
||||||
<!-- <RepositoryReference Include="runtime-portable" /> -->
|
<!-- <RepositoryReference Include="runtime-portable" /> -->
|
||||||
<!-- <RepositoryReference Include="runtime" /> -->
|
<!-- <RepositoryReference Include="runtime" /> -->
|
||||||
<!-- <RepositoryReference Include="templating" /> -->
|
<!-- <RepositoryReference Include="templating" /> -->
|
||||||
|
@ -52,14 +52,14 @@
|
||||||
|
|
||||||
<!-- Tier 4 -->
|
<!-- Tier 4 -->
|
||||||
<!-- <RepositoryReference Include="aspnetcore" /> -->
|
<!-- <RepositoryReference Include="aspnetcore" /> -->
|
||||||
<!-- <RepositoryReference Include="deployment-tools" /> -->
|
<RepositoryReference Include="deployment-tools" />
|
||||||
<!-- <RepositoryReference Include="format" /> -->
|
<!-- <RepositoryReference Include="format" /> -->
|
||||||
<!-- <RepositoryReference Include="nuget-client" /> -->
|
<!-- <RepositoryReference Include="nuget-client" /> -->
|
||||||
|
|
||||||
<!-- Tier 5 -->
|
<!-- Tier 5 -->
|
||||||
<!-- <RepositoryReference Include="fsharp" /> -->
|
<!-- <RepositoryReference Include="fsharp" /> -->
|
||||||
<!-- <RepositoryReference Include="sdk" /> -->
|
<!-- <RepositoryReference Include="sdk" /> -->
|
||||||
<!-- <RepositoryReference Include="vstest" /> -->
|
<RepositoryReference Include="vstest" />
|
||||||
|
|
||||||
<!-- Tier 6 -->
|
<!-- Tier 6 -->
|
||||||
<!-- <RepositoryReference Include="installer" /> -->
|
<!-- <RepositoryReference Include="installer" /> -->
|
||||||
|
|
|
@ -30,7 +30,8 @@
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<RepositoryReference Include="arcade" />
|
<RepositoryReference Include="arcade" />
|
||||||
<RepositoryReference Include="runtime" />
|
<!-- TODO: Renable once runtime is building in tarball -->
|
||||||
|
<!-- <RepositoryReference Include="runtime" /> -->
|
||||||
<RepositoryReference Include="roslyn" />
|
<RepositoryReference Include="roslyn" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,8 @@
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<RepositoryReference Include="diagnostics" />
|
<RepositoryReference Include="diagnostics" />
|
||||||
<RepositoryReference Include="runtime" />
|
<!-- TODO: Renable once runtime is building in tarball -->
|
||||||
|
<!-- <RepositoryReference Include="runtime" /> -->
|
||||||
<RepositoryReference Include="source-build-externals" />
|
<RepositoryReference Include="source-build-externals" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue