forked from MathewSachin/Captura
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
55 lines (45 loc) · 1.3 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
44
45
46
47
48
49
50
51
52
53
54
55
version: 2.0.{build}
image: Visual Studio 2017
configuration:
- Debug
- Release
environment:
access_token:
secure: c1r9fMnxBX4DW0SvZ4V/5Nucdi8pzA2YiQ/wsiyfjIY19q4RyKCYZTtU+2YQbiLT
api_keys:
secure: /h902KA2Ri4x+k+whUtfcEv1/evuFPyUnns3nYQ8fghSaUpFr0ZUG6SZvzdceQEiOM46kS1iOOyp7f1jWV/ItRdzBE4Vbqz7DJEHdLhvBIyI3dr4/dt94Hcj5jUT86sxR4dMVx08FUvAOog4PET5Fw==
install:
- ps: appveyor/Install.ps1
cache:
# preserve "packages" directory but reset if packages.config is modified
- src\packages -> **\packages.config
before_build:
- ps: appveyor/Update-Version.ps1
- ps: appveyor/Update-ApiKeys.ps1
build:
parallel: true
project: src\Captura.sln
verbosity: minimal
after_build:
- ps: appveyor/Pack-Release.ps1
- ps: appveyor/Choco.ps1
artifacts:
- path: Captura-Portable.zip
name: Portable
- path: Output/Captura-Setup.exe
name: Setup
- path: captura.*.nupkg
name: Chocolatey
deploy:
provider: GitHub
tag: $(APPVEYOR_REPO_TAG_NAME)
release: Captura $(APPVEYOR_REPO_TAG_NAME)
prerelease: $(prerelease)
description: "[Changelog](https://github.com/MathewSachin/Captura/wiki/Changelog)"
auth_token:
secure: 0wnIqpTY1N2oq6WQS9O5Mow0LA43Qo5ZnvuRLrpA/Lah675ffhF16SGcpa7B+Iou
artifact: Portable, Setup
draft: true
on:
configuration: Release
appveyor_repo_tag: true