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.
 
 
 
 

41 lines
1.2 KiB

version: 'BSIPA-{branch}-{build}'
environment:
bsipa_version: '3.11.1'
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
skip_tags: true
deploy:
- provider: GitHub
release: BSIPA $(bsipa_version)-draft
tag: $(bsipa_version)-draft
auth_token:
secure: KhF3q/zWEFwrW0QeZLqE3NAkWR4u9iVhsmcyzXvwwJ28fUy+MzW4CWBx3RxNM60t
artifact: IPA/Bin/$(configuration).zip
draft: true
force_update: true
- provider: GitHub
release: BSIPA $(bsipa_version)-pre
tag: $(bsipa_version)-pre
description: |-4
[![Build status](https://ci.appveyor.com/api/projects/status/fql702mky0d5bcky?svg=true)](https://ci.appveyor.com/project/nike4613/beatsaber-ipa-reloaded)
$(APPVEYOR_REPO_COMMIT_MESSAGE)
auth_token:
secure: KhF3q/zWEFwrW0QeZLqE3NAkWR4u9iVhsmcyzXvwwJ28fUy+MzW4CWBx3RxNM60t
artifact: IPA/Bin/$(configuration).zip
prerelease: true
force_update: true
on:
branch: master