Skip to content

Commit eb044ae

Browse files
committed
update
1 parent cb0c4ae commit eb044ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.build/tasks/Create_Changelog_Branch.build.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ task Create_Changelog_Branch {
166166
}
167167

168168
# Track this branch on the remote 'origin
169-
$pullArguments += @('-c', 'pull', 'origin', $MainGitBranch, '--tag') # http.sslbackend="schannel"
169+
$pullArguments += @('-c', 'http.sslbackend=schannel', 'pull', 'origin', $MainGitBranch, '--tag')
170170

171171
Sampler\Invoke-SamplerGit -Argument $pullArguments
172172

@@ -238,7 +238,7 @@ task Create_Changelog_Branch {
238238
}
239239

240240
# Track this branch on the remote 'origin
241-
$pushArguments += @('-c', 'push', '-u', 'origin', $BranchName) # 'http.sslbackend="schannel"
241+
$pushArguments += @('-c', 'http.sslbackend=schannel', 'push', '-u', 'origin', $BranchName)
242242

243243
Sampler\Invoke-SamplerGit -Argument $pushArguments
244244

0 commit comments

Comments
 (0)