-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathappveyor.yml
More file actions
96 lines (54 loc) · 1.08 KB
/
appveyor.yml
File metadata and controls
96 lines (54 loc) · 1.08 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
version: 1.0.{build}
branches:
only:
- master
except:
- gh-pages
skip_commits:
files:
- docs/*
- README.md
image: Visual Studio 2015
init:
- git config --global core.autocrlf input
clone_folder: c:\projects\dictionary-csv-extensions
assembly_info:
patch: true
file: AssemblyInfo.*
assembly_version: "0.1.{build}"
assembly_file_version: "{version}"
assembly_informational_version: "{version}"
nuget:
account_feed: true
project_feed: false
disable_publish_on_pr: true
platform: Any CPU
configuration: Release
build:
parallel: false
project: CsvDictionary.sln
publish_nuget: true
publish_nuget_symbols: true
include_nuget_references: true
verbosity: minimal
before_build:
artifacts:
- path: CsvDictionary.zip
- path: bin\$(configuration)
name: CsvDictionary
- path: '**\*.nupkg'
deploy:
# - provider: GitHub
#
# artifact: /.*\.nupkg/
#
# draft: false
#
# prerelease: false
#
# on:
#
# branch: master
#
# appveyor_repo_tag: false
before_deploy: