|
|
@ -22,25 +22,14 @@ deploy: |
|
|
|
release: BSIPA $(bsipa_version)-draft |
|
|
|
tag: $(bsipa_version) |
|
|
|
description: | |
|
|
|
**Build:** $(bsipa_version)-$(APPVEYOR_BUILD_NUMBER) ({branch}) [$(configuration)|$(platform)] |
|
|
|
**Build:** $(bsipa_version)-$(APPVEYOR_BUILD_NUMBER) [$(configuration)|$(platform)] |
|
|
|
**Latest Commit:** $(APPVEYOR_REPO_COMMIT) |
|
|
|
- `$(APPVEYOR_REPO_COMMIT_MESSAGE)` |
|
|
|
- `%APPVEYOR_REPO_COMMIT_MESSAGE_EXTENDED%` |
|
|
|
- `$(APPVEYOR_REPO_COMMIT_MESSAGE_EXTENDED)` |
|
|
|
auth_token: |
|
|
|
secure: KhF3q/zWEFwrW0QeZLqE3NAkWR4u9iVhsmcyzXvwwJ28fUy+MzW4CWBx3RxNM60t |
|
|
|
artifact: IPA/Bin/$(configuration).zip |
|
|
|
draft: true |
|
|
|
force_update: true |
|
|
|
- provider: GitHub |
|
|
|
release: BSIPA $(bsipa_version)-pre |
|
|
|
tag: $(bsipa_version)-pre-$(APPVEYOR_BUILD_NUMBER) |
|
|
|
description: | |
|
|
|
[![Build status](https://ci.appveyor.com/api/projects/status/fql702mky0d5bcky?svg=true)](https://ci.appveyor.com/project/nike4613/beatsaber-ipa-reloaded) |
|
|
|
$(APPVEYOR_REPO_COMMIT_MESSAGE) |
|
|
|
auth_token: |
|
|
|
secure: KhF3q/zWEFwrW0QeZLqE3NAkWR4u9iVhsmcyzXvwwJ28fUy+MzW4CWBx3RxNM60t |
|
|
|
artifact: IPA/Bin/$(configuration).zip |
|
|
|
prerelease: true |
|
|
|
force_update: true |
|
|
|
on: |
|
|
|
branch: master |