Skip to content

Commit 88f8fea

Browse files
authored
enabled verbose git tracing (#20331)
1 parent a303ba1 commit 88f8fea

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ci/build-all-steps.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,11 @@ steps:
161161
git config --global user.email "$(username)@microsoft.com"
162162
git config --global user.name "$(username)"
163163
164+
Write-Host 'Enabling verbose git tracing..'
165+
git config --global http.verbose true
166+
$env:GIT_TRACE = 1
167+
$env:GIT_CURL_VERBOSE = 1
168+
164169
# Pull commits from remote and push branch to git
165170
git checkout -b $releaseBranch
166171
Write-Host 'Trying to pull the remote branch..'

0 commit comments

Comments
 (0)