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.
 
 
 
 

16 lines
362 B

version: '{branch}-{build}'
pull_requests:
do_not_increment_build_number: true
install:
- git submodule update --init --recursive
- nuget restore
image: Visual Studio 2017
configuration: Release
platform: x64
cache:
- '%LocalAppData%\NuGet\v3-cache' # NuGet v3
artifacts:
- path: IPA/bin/$(configuration)
build:
verbosity: normal
project: BSIPA.sln