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.

37 lines
1.1 KiB

  1. version: 'BSIPA-{branch}-{build}'
  2. environment:
  3. bsipa_version: '3.12.16'
  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. name: BSIPA
  17. - path: BSIPA-ModList/bin/$(configuration)
  18. name: ModList
  19. build:
  20. verbosity: normal
  21. project: BSIPA.sln
  22. skip_tags: true
  23. deploy:
  24. - provider: GitHub
  25. release: BSIPA $(bsipa_version)-draft
  26. tag: $(bsipa_version)-d
  27. description: |
  28. **Build:** [$(bsipa_version)-$(APPVEYOR_BUILD_NUMBER)](https://ci.appveyor.com/project/nike4613/beatsaber-ipa-reloaded-9smsb/builds/$(APPVEYOR_BUILD_ID)) [$(configuration)|$(platform)]
  29. **Latest Commit:** $(APPVEYOR_REPO_COMMIT)
  30. - `$(APPVEYOR_REPO_COMMIT_MESSAGE)`
  31. - `$(APPVEYOR_REPO_COMMIT_MESSAGE_EXTENDED)`
  32. auth_token:
  33. secure: KhF3q/zWEFwrW0QeZLqE3NAkWR4u9iVhsmcyzXvwwJ28fUy+MzW4CWBx3RxNM60t
  34. artifact: /.*\.zip/
  35. draft: true
  36. force_update: true
  37. on:
  38. branch: master