diff --git a/eng/common/scripts/git-branch-push.ps1 b/eng/common/scripts/git-branch-push.ps1 index 7de9b66c208e..e99a8edbd59f 100644 --- a/eng/common/scripts/git-branch-push.ps1 +++ b/eng/common/scripts/git-branch-push.ps1 @@ -134,7 +134,7 @@ do Write-Error "Unable to create diff file LASTEXITCODE=$($LASTEXITCODE), see command output above." continue } - + Write-Host "git reset --hard $RemoteName/${PRBranchName}" git reset --hard $RemoteName/${PRBranchName} if ($LASTEXITCODE -ne 0)