Attempt to auth to submodule
This commit is contained in:
parent
d7ebc6f15e
commit
468e828cf3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue