We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81bdf2d commit 969f318Copy full SHA for 969f318
generate-change-log.ps1
@@ -31,6 +31,6 @@ else
31
git add CHANGELOG.md
32
git commit -m "Update CHANGELOG for v$env:MyNuGetVersion"
33
# need to wrap the git command bellow so it doesn't throw an error because of redirecting the output to stderr
34
- git push origin --porcelain | Write-Host
+ git push origin "HEAD:$env:APPVEYOR_REPO_BRANCH" --porcelain | Write-Host
35
}
36
0 commit comments