Make auth more general
This commit is contained in:
parent
468e828cf3
commit
db8931b704
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue