-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathappveyor.yml
More file actions
35 lines (29 loc) · 787 Bytes
/
appveyor.yml
File metadata and controls
35 lines (29 loc) · 787 Bytes
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
image: Visual Studio 2017
configuration: Release
platform: Any CPU
version: 1.0.{build}
clone_depth: 1
skip_tags: true
before_build:
- nuget restore
build:
verbosity: minimal
after_build:
- 7z a windowswitcher-v%APPVEYOR_BUILD_VERSION%.zip %APPVEYOR_BUILD_FOLDER%\\windowswitcher.app\bin\Release\*.*
artifacts:
- path: windowswitcher-v$(appveyor_build_version).zip
assembly_info:
patch: true
file: AssemblyInfo.*
assembly_version: $(appveyor_build_version)
assembly_file_version: $(appveyor_build_version)
deploy:
release: v$(appveyor_build_version)
description: v$(appveyor_build_version)
provider: GitHub
auth_token:
secure: uG/EbklyR/JLrHlnpnBTnVFyY1o9i2A61ceZ2NjJMkFSQO+oORMADOx/+3AP1LkK
artifact: /.*\.zip/
draft: true
on:
branch: master