Start working on AppVeyor build

This commit is contained in:
2018-04-05 16:14:27 -04:00
parent 009787b9ff
commit 23a909605b
4 changed files with 31 additions and 4 deletions

24
appveyor.yml Normal file
View File

@@ -0,0 +1,24 @@
version: 1.0.{build}
pull_requests:
do_not_increment_build_number: true
skip_tags: true
image: Visual Studio 2017
configuration: Release - With Setup
assembly_info:
patch: true
file: 'Properties\AssemblyInfo.cs'
assembly_version: '{version}'
assembly_file_version: '{version}'
build:
project: FeedCenter.sln
verbosity: minimal
artifacts:
- path: Bootstrapper\bin\Release\FeedCenterSetup.exe
name: Release
deploy:
- provider: Environment
name: GitHub
install:
- cmd: git submodule update --init --recursive
before_build:
- cmd: nuget restore