Onboard templating repo into source-build tarball (#13724)
This commit is contained in:
parent
937d0c970e
commit
2648727d88
3 changed files with 5 additions and 3 deletions
|
@ -37,7 +37,6 @@
|
|||
<RepositoryReference Include="roslyn" />
|
||||
<RepositoryReference Include="source-build-externals" />
|
||||
<RepositoryReference Include="symreader" />
|
||||
<RepositoryReference Include="test-templates" />
|
||||
<RepositoryReference Include="xdt" />
|
||||
<RepositoryReference Include="xliff-tasks" />
|
||||
|
||||
|
@ -46,7 +45,6 @@
|
|||
<RepositoryReference Include="msbuild" />
|
||||
<!-- <RepositoryReference Include="runtime-portable" /> -->
|
||||
<!-- <RepositoryReference Include="runtime" /> -->
|
||||
<!-- <RepositoryReference Include="templating" /> -->
|
||||
|
||||
<!-- Tier 3 -->
|
||||
<!-- <RepositoryReference Include="roslyn-analyzers" /> -->
|
||||
|
@ -56,6 +54,8 @@
|
|||
<RepositoryReference Include="deployment-tools" />
|
||||
<!-- <RepositoryReference Include="format" /> -->
|
||||
<!-- <RepositoryReference Include="nuget-client" /> -->
|
||||
<RepositoryReference Include="templating" />
|
||||
<RepositoryReference Include="test-templates" />
|
||||
|
||||
<!-- Tier 5 -->
|
||||
<!-- <RepositoryReference Include="fsharp" /> -->
|
||||
|
|
|
@ -14,7 +14,8 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<RepositoryReference Include="nuget-client" />
|
||||
<!-- TODO: Renable once nuget-client is building in tarball -->
|
||||
<!-- <RepositoryReference Include="nuget-client" /> -->
|
||||
<RepositoryReference Include="source-build-externals" />
|
||||
</ItemGroup>
|
||||
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
|
||||
<ItemGroup>
|
||||
<RepositoryReference Include="arcade" />
|
||||
<RepositoryReference Include="templating" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
Loading…
Reference in a new issue