Revert change for internal update
This commit is contained in:
parent
d10cd11a6a
commit
895635d939
1 changed files with 1 additions and 2 deletions
|
@ -172,9 +172,8 @@
|
|||
WorkingDirectory="$(TarballRepoSourceDir)"
|
||||
Condition="$(IsRootRepo) != 'true'" />
|
||||
|
||||
|
||||
<Exec
|
||||
Command="git -c http.https://dnceng@dev.azure.com/.extraheader='AUTHORIZATION: bearer $(AzDoPat)' submodule update --init --recursive"
|
||||
Command="git submodule update --init --recursive --depth 1"
|
||||
WorkingDirectory="$(TarballRepoSourceDir)" />
|
||||
|
||||
<Exec
|
||||
|
|
Loading…
Reference in a new issue