forked from IntelOrca/teds-terminal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappveyor.yml
34 lines (32 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
version: 0.1.5.{build}
image:
- Visual Studio 2017
environment:
version: 0.1.5
assembly_info:
patch: true
file: AssemblyInfo.*
assembly_version: "$(version).0"
assembly_file_version: "{version}"
assembly_informational_version: "{version}"
configuration: Release
before_build:
- cmd: >-
nuget restore
xcopy /Y /E packages\winpty.NET.0.4.2\content src\tterm
after_build:
- cmd: >-
cd bin\Release
7z a -tzip -mx9 -mtc=off -r ..\..\artefacts\tterm-v%version%.zip *.dll *.exe *.config winpty > nul
artifacts:
- path: 'artefacts\tterm-v$(version).zip'
deploy:
provider: GitHub
auth_token:
secure: 49K/y43epwh5Sb8uY1l/TbIFRPcEq6fraQaYGS0bgWQJfONznd6hCqPUCg7WSX16
artifact: artefacts\tterm-v$(version).zip
draft: true
prerelease: true
on:
branch: master
appveyor_repo_tag: true