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.

15 lines
362 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