Attempt to auth to submodule

This commit is contained in:
Matt Mitchell (.NET) 2023-11-29 10:42:21 -08:00
parent d7ebc6f15e
commit 468e828cf3

View file

@ -173,7 +173,7 @@
Condition="$(IsRootRepo) != 'true'" />
<Exec
Command="git -c http.https://dnceng@dev.azure.com/dnceng/internal/_git/azure-identitymodel.extraheader='AUTHORIZATION: bearer $(System.AccessToken)' submodule update --init --recursive"
Command="git -c http.https://dnceng@dev.azure.com/dnceng/internal/_git/azure-identitymodel.extraheader='AUTHORIZATION: bearer $(AzDoPat)' submodule update --init --recursive"
WorkingDirectory="$(TarballRepoSourceDir)" />
<Exec