Browse Source

Added auto-deployment to AppVeyor

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

+ 11
- 1
appveyor.yml View File

@ -13,4 +13,14 @@ artifacts:
- path: IPA/bin/$(configuration)
build:
verbosity: normal
project: BSIPA.sln
project: BSIPA.sln
deploy:
- provider: GitHub
release: BSIPA {NEWVER}
auth_token:
secure: KhF3q/zWEFwrW0QeZLqE3NAkWR4u9iVhsmcyzXvwwJ28fUy+MzW4CWBx3RxNM60t
artifact: IPA\Bin\Release.zip
draft: true
force_update: true
on:
branch: master

Loading…
Cancel
Save