Skip to content

Commit

Permalink
enabled verbose git tracing (#20331)
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-toman authored Aug 21, 2024
1 parent a303ba1 commit 88f8fea
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ci/build-all-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,11 @@ steps:
git config --global user.email "$(username)@microsoft.com"
git config --global user.name "$(username)"
Write-Host 'Enabling verbose git tracing..'
git config --global http.verbose true
$env:GIT_TRACE = 1
$env:GIT_CURL_VERBOSE = 1
# Pull commits from remote and push branch to git
git checkout -b $releaseBranch
Write-Host 'Trying to pull the remote branch..'
Expand Down

0 comments on commit 88f8fea

Please sign in to comment.