forked from canneverbe/Ketarin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
38 lines (34 loc) · 1.05 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
version: 1.8.10.{build}
configuration: Release
init:
- cmd: ''
assembly_info:
patch: true
file: '**\AssemblyInfo.*'
assembly_version: '{version}'
assembly_file_version: '{version}'
assembly_informational_version: '{version}'
install:
- cmd: nuget restore
build:
project: Ketarin.csproj
verbosity: minimal
after_build:
- cmd: >-
7z a Ketarin.zip %APPVEYOR_BUILD_FOLDER%\bin\Release\*.dll
7z a Ketarin.zip %APPVEYOR_BUILD_FOLDER%\bin\Release\x86\SQLite.Interop.dll
7z a Ketarin.zip %APPVEYOR_BUILD_FOLDER%\bin\Release\*.exe
7z a Ketarin.zip %APPVEYOR_BUILD_FOLDER%\bin\Release\*.config
7z a Ketarin.zip %APPVEYOR_BUILD_FOLDER%\Assemblies\DiffieHellman.dll
artifacts:
- path: bin\Release\Ketarin.exe
- path: bin\Release\Ketarin.exe.config
- path: bin\Release\Microsoft.Management.Infrastructure.dll
- path: bin\Release\ScintillaNET.dll
- path: bin\Release\System.Data.SQLite.DLL
- path: bin\Release\System.Management.Automation.DLL
- path: bin\Release\Tamir.SharpSSH.dll
- path: Ketarin.zip
deploy:
- provider: Environment
name: Prerelease