Merge branch 'rel/2.0.0' into dev

This commit is contained in:
Pranav K 2017-07-12 07:51:06 -07:00
commit 9750cc4d15
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@
<Target Name="_CloneRepository">
<PropertyGroup>
<ShallowClone Condition="'$(ShallowClone)'=='' OR '$(CloneRepositoryCommit)'!=''">false</ShallowClone>
<_CloneArguments>git clone --quiet $(CloneUrl)</_CloneArguments>
<_CloneArguments>git clone --quiet $(CloneUrl) $(CloneRepository)</_CloneArguments>
<_CloneArguments Condition="'$(ShallowClone)'=='true'">$(_CloneArguments) --depth 1</_CloneArguments>
</PropertyGroup>