Use KoreBuild to clone source code instead of TeamCity
This commit is contained in:
parent
83adfd2484
commit
b9e332c11b
|
|
@ -10,9 +10,6 @@
|
|||
<Repository Include="MvcPrecompilation" Branch="feature/2.0.1" Commit="" CloneUrl="git@github.com:aspnet/%(Identity)" />
|
||||
<Repository Include="Scaffolding" Branch="feature/2.0.1" Commit="" CloneUrl="git@github.com:aspnet/%(Identity)" />
|
||||
|
||||
|
||||
<!-- TODO compute downstream repos that should be updated. -->
|
||||
|
||||
<!--
|
||||
Repos not building this patch.
|
||||
Build tools will *verify* that these repos will be unaffected
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@
|
|||
</ItemGroup>
|
||||
</Target>
|
||||
|
||||
<Target Name="CloneRepositories" DependsOnTargets="_PrepareRepositories" Condition="'$(ClearRepositoryCloneRoot)' != 'false'">
|
||||
<Target Name="CloneRepositories" DependsOnTargets="_PrepareRepositories">
|
||||
<ItemGroup>
|
||||
<_CloneRepositories Include="@(Repository);@(ShippedRepository)" />
|
||||
<_CloneRepository Include="$(MSBuildProjectFullPath)">
|
||||
|
|
|
|||
Loading…
Reference in New Issue