forked from TranslucentTB/TranslucentTB
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
41 lines (35 loc) · 775 Bytes
/
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
version: 'Build #{build}'
image: Visual Studio 2019
configuration:
- Store
- Release
- Debug
platform: x86
before_build:
- ps: .\update-version.ps1
- nuget restore
build:
parallel: true
project: TranslucentTB.sln
after_build:
- ps: .\create-installer.ps1
test: off
artifacts:
- path: $(CONFIGURATION)
name: Raw build artifacts
- path: $(CONFIGURATION)\*.pdb
name: Debug symbols
- path: TranslucentTB-setup.exe
name: Desktop installer
- path: StorePackage\AppPackages
name: Store app package
deploy:
provider: GitHub
description: 'To be filled'
draft: true
artifact: Desktop installer,Debug symbols
auth_token:
secure: KofMs1LM/RjB79NyxThnuOxkUUZxaN98cJdRJepe9ZIwf4/5nxMi+cNiZVe83QxD
on:
configuration: Release
appveyor_repo_tag: true