forked from Wox-launcher/Wox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
33 lines (33 loc) · 949 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
version: 1.4.{build}
image: Visual Studio 2019
configuration: Release
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: Copy-Item $env:APPDATA\Wox\Logs\*\*.txt .
- msbuild Wox.Installer\Wox.Installer.wixproj /p:Configuration=Release /p:BuildProjectReferences=false /t:Build"
artifacts:
- path: '*-*-*.txt'
name: information
- path: 'Output\Packages\Wox-*.zip'
name: installer
- path: 'Output\Packages\Wox.Plugin.*.nupkg'
name: nuget_package
- path: 'Output\Packages\Wox.*.*'
name: installer
- path: 'Output\Packages\Wox-*.*'
name: installer
- path: 'Output\Packages\RELEASES'
name: installer
- path: 'Wox.Installer\Everything*.exe'
name: installer
- path: 'Wox.Installer\python*.exe'
name: installer