Revert change for internal update

This commit is contained in:
Matt Thalman 2024-01-10 08:47:54 -06:00
parent 798145ebe2
commit 48bc53793d

View file

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