Make auth more general

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

View file

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