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.

25 lines
598 B

  1. version: '{branch}-{build}'
  2. pull_requests:
  3. do_not_increment_build_number: true
  4. install:
  5. - git submodule update --init --recursive
  6. - nuget restore
  7. image: Visual Studio 2017
  8. configuration: Release
  9. platform: x64
  10. cache:
  11. - '%LocalAppData%\NuGet\v3-cache' # NuGet v3
  12. artifacts:
  13. - path: IPA/bin/$(configuration)
  14. build:
  15. verbosity: normal
  16. project: BSIPA.sln
  17. deploy:
  18. - provider: GitHub
  19. release: BSIPA {NEWVER}
  20. auth_token:
  21. secure: KhF3q/zWEFwrW0QeZLqE3NAkWR4u9iVhsmcyzXvwwJ28fUy+MzW4CWBx3RxNM60t
  22. artifact: IPA\Bin\Release.zip
  23. draft: true
  24. force_update: true
  25. on:
  26. branch: master