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)"
|
WorkingDirectory="$(TarballRepoSourceDir)"
|
||||||
Condition="$(IsRootRepo) != 'true'" />
|
Condition="$(IsRootRepo) != 'true'" />
|
||||||
|
|
||||||
|
|
||||||
<Exec
|
<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)" />
|
WorkingDirectory="$(TarballRepoSourceDir)" />
|
||||||
|
|
||||||
<Exec
|
<Exec
|
||||||
|
|
Loading…
Reference in a new issue