We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e8c731 commit 1f49d1aCopy full SHA for 1f49d1a
1 file changed
build/combine-rules.ps1
@@ -31,4 +31,4 @@ git add .
31
Write-Host "##[command]git commit -m ""Combined rules"""
32
git commit -m "Combined rules"
33
Write-Host "##[command]git push origin HEAD:master"
34
-git push origin HEAD:master
+git push origin HEAD:master *>> $env:Build_SourcesDirectory\GitPush_Output.txt
0 commit comments