[AppVeyor] Fix extended commit message.
This commit is contained in:
parent
cb83479c53
commit
b3bb6687db
|
@ -30,9 +30,6 @@ init:
|
||||||
If (-Not $env:APPVEYOR_PULL_REQUEST_NUMBER) {
|
If (-Not $env:APPVEYOR_PULL_REQUEST_NUMBER) {
|
||||||
$env:is_not_pr = "true"
|
$env:is_not_pr = "true"
|
||||||
}
|
}
|
||||||
If (-Not $env:APPVEYOR_REPO_COMMIT_MESSAGE) {
|
|
||||||
$env:APPVEYOR_REPO_COMMIT_MESSAGE = ""
|
|
||||||
}
|
|
||||||
If (-Not $env:APPVEYOR_REPO_COMMIT_MESSAGE_EXTENDED) {
|
If (-Not $env:APPVEYOR_REPO_COMMIT_MESSAGE_EXTENDED) {
|
||||||
$env:APPVEYOR_REPO_COMMIT_MESSAGE_EXTENDED = " "
|
$env:APPVEYOR_REPO_COMMIT_MESSAGE_EXTENDED = " "
|
||||||
}
|
}
|
||||||
|
@ -91,6 +88,7 @@ deploy:
|
||||||
Windows release build for https://github.com/xenia-project/xenia/commit/$(APPVEYOR_REPO_COMMIT).
|
Windows release build for https://github.com/xenia-project/xenia/commit/$(APPVEYOR_REPO_COMMIT).
|
||||||
|
|
||||||
$(APPVEYOR_REPO_COMMIT_MESSAGE)
|
$(APPVEYOR_REPO_COMMIT_MESSAGE)
|
||||||
|
|
||||||
$(APPVEYOR_REPO_COMMIT_MESSAGE_EXTENDED)
|
$(APPVEYOR_REPO_COMMIT_MESSAGE_EXTENDED)
|
||||||
draft: false
|
draft: false
|
||||||
prerelease: false
|
prerelease: false
|
||||||
|
|
Loading…
Reference in New Issue