-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathappveyor.yml
43 lines (38 loc) · 1.01 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
40
41
42
43
version: 4.9.0.{build}
image: Visual Studio 2017
configuration: Release
assembly_info:
patch: true
file: '**\AssemblyInfo.*'
assembly_version: '{version}'
assembly_file_version: '{version}'
assembly_informational_version: '{version}'
build_script:
- cmd: >-
nuget restore
msbuild SecondMonitor.sln /t:Rebuild /p:Configuration=Release /v:m
powershell "".\generateWixGuid.ps1""
msbuild WixInstaller\WixInstaller.wixproj /t:Rebuild
test: off
artifacts:
- path: Deployment\
name: Binaries
- path: Installer\SecondMonitor.msi
name: Installer
deploy:
- provider: GitHub
on:
appveyor_repo_tag: true
description: Relese Description
tag: $(APPVEYOR_REPO_TAG_NAME)
auth_token:
secure: yhQt+R9aeo+1MaDJS5cRZnA8ZGMjlSpTu/y4U2Ity99tDyl3oqE846uvWFx5xndm
artifact: Installer
draft: true
# here we are going to override common configuration
#for:
# override settings for `master` branch
#- branches:
# only:
# - /feat.*/
# version: 2.5.0.0