Browse Source

Added build information to draft description

pull/1/head
Anairkoen Schno 5 years ago
parent
commit
2b7a9f9a5a
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      appveyor.yml

+ 5
- 0
appveyor.yml View File

@ -21,6 +21,11 @@ deploy:
- provider: GitHub
release: BSIPA $(bsipa_version)-draft
tag: $(bsipa_version)-draft
description: |
**Build:** $(bsipa_version)-{build} ({branch}) [$(configuration)|$(platform)]
**Latest Commit:** #$(APPVEYOR_REPO_COMMIT)
- `$(APPVEYOR_REPO_COMMIT_MESSAGE)`
- `$(APPVEYOR_REPO_COMMIT_MESSAGE_EXTENDED)`
auth_token:
secure: KhF3q/zWEFwrW0QeZLqE3NAkWR4u9iVhsmcyzXvwwJ28fUy+MzW4CWBx3RxNM60t
artifact: IPA/Bin/$(configuration).zip


Loading…
Cancel
Save