You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
1016 B

  1. version: 'BSIPA-{branch}-{build}'
  2. environment:
  3. bsipa_version: '3.11.1'
  4. pull_requests:
  5. do_not_increment_build_number: true
  6. install:
  7. - git submodule update --init --recursive
  8. - nuget restore
  9. image: Visual Studio 2017
  10. configuration: Release
  11. platform: x64
  12. cache:
  13. - '%LocalAppData%\NuGet\v3-cache' # NuGet v3
  14. artifacts:
  15. - path: IPA/bin/$(configuration)
  16. build:
  17. verbosity: normal
  18. project: BSIPA.sln
  19. skip_tags: true
  20. deploy:
  21. - provider: GitHub
  22. release: BSIPA $(bsipa_version)-draft
  23. tag: $(bsipa_version)-draft
  24. auth_token:
  25. secure: KhF3q/zWEFwrW0QeZLqE3NAkWR4u9iVhsmcyzXvwwJ28fUy+MzW4CWBx3RxNM60t
  26. artifact: IPA/Bin/$(configuration).zip
  27. draft: true
  28. force_update: true
  29. - provider: GitHub
  30. release: BSIPA $(bsipa_version)-pre
  31. tag: $(bsipa_version)-pre
  32. description: $(APPVEYOR_REPO_COMMIT_MESSAGE)
  33. auth_token:
  34. secure: KhF3q/zWEFwrW0QeZLqE3NAkWR4u9iVhsmcyzXvwwJ28fUy+MzW4CWBx3RxNM60t
  35. artifact: IPA/Bin/$(configuration).zip
  36. prerelease: true
  37. force_update: true
  38. on:
  39. branch: master