-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathappveyor.yml
39 lines (39 loc) · 1.13 KB
/
appveyor.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
version: 1.4.1.{build}
branches:
only:
- master
skip_tags: true
configuration: Release
assembly_info:
patch: true
file: '**\*AssemblyInfo.*'
assembly_version: '{version}'
assembly_file_version: '{version}'
assembly_informational_version: '{version}'
before_build:
- nuget restore src\CalendarSyncPlus\CalendarSyncPlus.sln
build:
project: src\CalendarSyncPlus\CalendarSyncPlus.InstallerBundle\CalendarSyncPlus.InstallerBundle.wixproj
verbosity: normal
artifacts:
- path: src\CalendarSyncPlus\CalendarSyncPlus.InstallerBundle\bin\Release\CalendarSyncPlus.exe
name: Installer
deploy:
- provider: GitHub
tag: v$(appveyor_build_version)
release: Calendar Sync Plus $(appveyor_build_version)
description: Build with latest fixes ;)
auth_token:
secure: 1MDHqxV1YdXO142uyU6OQMdf71UjYVDKlFdAid/xLD5A8w+C/htueN8iTeAyqb5e
artifact: src\CalendarSyncPlus\CalendarSyncPlus.InstallerBundle\bin\Release\CalendarSyncPlus.exe
draft: true
prerelease: true
on:
branch: master
notifications:
- provider: Email
to:
- calendarsyncplus@outlook.com
on_build_success: true
on_build_failure: true
on_build_status_changed: false