Onboard templating repo into source-build tarball (#13724)

This commit is contained in:
Michael Simons 2022-04-29 14:07:03 -05:00 committed by GitHub
parent 937d0c970e
commit 2648727d88
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 3 deletions

View file

@ -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" /> -->

View file

@ -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>

View file

@ -14,6 +14,7 @@
<ItemGroup>
<RepositoryReference Include="arcade" />
<RepositoryReference Include="templating" />
</ItemGroup>
<ItemGroup>