Skip to content

Commit 1f49d1a

Browse files
committed
Git Push stderr redirect
1 parent 2e8c731 commit 1f49d1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/combine-rules.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ git add .
3131
Write-Host "##[command]git commit -m ""Combined rules"""
3232
git commit -m "Combined rules"
3333
Write-Host "##[command]git push origin HEAD:master"
34-
git push origin HEAD:master
34+
git push origin HEAD:master *>> $env:Build_SourcesDirectory\GitPush_Output.txt

0 commit comments

Comments
 (0)