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="roslyn" />
|
||||||
<RepositoryReference Include="source-build-externals" />
|
<RepositoryReference Include="source-build-externals" />
|
||||||
<RepositoryReference Include="symreader" />
|
<RepositoryReference Include="symreader" />
|
||||||
<RepositoryReference Include="test-templates" />
|
|
||||||
<RepositoryReference Include="xdt" />
|
<RepositoryReference Include="xdt" />
|
||||||
<RepositoryReference Include="xliff-tasks" />
|
<RepositoryReference Include="xliff-tasks" />
|
||||||
|
|
||||||
|
@ -46,7 +45,6 @@
|
||||||
<RepositoryReference Include="msbuild" />
|
<RepositoryReference Include="msbuild" />
|
||||||
<!-- <RepositoryReference Include="runtime-portable" /> -->
|
<!-- <RepositoryReference Include="runtime-portable" /> -->
|
||||||
<!-- <RepositoryReference Include="runtime" /> -->
|
<!-- <RepositoryReference Include="runtime" /> -->
|
||||||
<!-- <RepositoryReference Include="templating" /> -->
|
|
||||||
|
|
||||||
<!-- Tier 3 -->
|
<!-- Tier 3 -->
|
||||||
<!-- <RepositoryReference Include="roslyn-analyzers" /> -->
|
<!-- <RepositoryReference Include="roslyn-analyzers" /> -->
|
||||||
|
@ -56,6 +54,8 @@
|
||||||
<RepositoryReference Include="deployment-tools" />
|
<RepositoryReference Include="deployment-tools" />
|
||||||
<!-- <RepositoryReference Include="format" /> -->
|
<!-- <RepositoryReference Include="format" /> -->
|
||||||
<!-- <RepositoryReference Include="nuget-client" /> -->
|
<!-- <RepositoryReference Include="nuget-client" /> -->
|
||||||
|
<RepositoryReference Include="templating" />
|
||||||
|
<RepositoryReference Include="test-templates" />
|
||||||
|
|
||||||
<!-- Tier 5 -->
|
<!-- Tier 5 -->
|
||||||
<!-- <RepositoryReference Include="fsharp" /> -->
|
<!-- <RepositoryReference Include="fsharp" /> -->
|
||||||
|
|
|
@ -14,7 +14,8 @@
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<RepositoryReference Include="nuget-client" />
|
<!-- TODO: Renable once nuget-client is building in tarball -->
|
||||||
|
<!-- <RepositoryReference Include="nuget-client" /> -->
|
||||||
<RepositoryReference Include="source-build-externals" />
|
<RepositoryReference Include="source-build-externals" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
|
|
|
@ -14,6 +14,7 @@
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<RepositoryReference Include="arcade" />
|
<RepositoryReference Include="arcade" />
|
||||||
|
<RepositoryReference Include="templating" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
Loading…
Reference in a new issue