Browse Source

AppVeyor no longer builds on new tags

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

+ 2
- 1
appveyor.yml View File

@ -16,6 +16,7 @@ artifacts:
build:
verbosity: normal
project: BSIPA.sln
skip_tags: true
deploy:
- provider: GitHub
release: BSIPA $(bsipa_version)-draft
@ -28,7 +29,7 @@ deploy:
- provider: GitHub
release: BSIPA $(bsipa_version)-pre
tag: $(bsipa_version)-pre
description: $(APPVEYOR_REPO_COMMIT_MESSAGE)$(APPVEYOR_REPO_COMMIT_MESSAGE_EXTENDED)
description: $(APPVEYOR_REPO_COMMIT_MESSAGE)
auth_token:
secure: KhF3q/zWEFwrW0QeZLqE3NAkWR4u9iVhsmcyzXvwwJ28fUy+MzW4CWBx3RxNM60t
artifact: IPA/Bin/$(configuration).zip


Loading…
Cancel
Save