forked from Wox-launcher/Wox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
39 lines (37 loc) · 824 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
version: 1.3.{build}
os: Visual Studio 2015
configuration: Release
platform: Any CPU
assembly_info:
patch: true
file: AssemblyInfo.*
assembly_version: '{version}'
assembly_file_version: '{version}'
assembly_informational_version: '{version}'
before_build:
- ps: nuget restore
build:
project: Wox.sln
after_test:
- ps: >-
.\Deploy\nuget.ps1
.\Deploy\binary_zip.ps1
.\Deploy\squirrel_installer.ps1
artifacts:
- path: 'Wox-*.zip'
name: zipped_binary
- path: '*.nupkg'
name: nuget_package
- path: '\Releases\*.exe'
name: installer
- path: '\Releases\*.nupkg'
name: installer
- path: 'Releases\RELEASES'
name: installer
deploy:
provider: NuGet
api_key:
secure: yybUOFgBuGVpbmOVZxsurC8OpkClzt9dR+/54WpMWcq6b6oyMatciaelRPnXsjRn
artifact: nuget_package
on:
branch: api