Skip to content

Commit a395218

Browse files
authored
Update appveyor.yml (#3)
1 parent 1aa85fb commit a395218

File tree

1 file changed

+10
-31
lines changed

1 file changed

+10
-31
lines changed

appveyor.yml

+10-31
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,32 @@
1-
# Notes:
2-
# - Minimal appveyor.yml file is an empty file. All sections are optional.
3-
# - Indent each level of configuration with 2 spaces. Do not use tabs!
4-
# - All section names are case-sensitive.
5-
# - Section names should be unique on each level.
6-
7-
#---------------------------------#
8-
# general configuration #
9-
#---------------------------------#
10-
11-
# version format
121
version: 1.1.{build}
132

14-
# branches to build
153
branches:
16-
# whitelist
174
only:
185
- master
196

207
skip_tags: true
218

22-
#---------------------------------#
23-
# environment configuration #
24-
#---------------------------------#
9+
skip_commits:
10+
message: /\[ci skip\]/
11+
12+
image: Visual Studio 2015
2513

26-
# Operating system (build VM template)
27-
os: Visual Studio 2015
14+
init:
15+
- git config --global core.autocrlf input
2816

29-
# enable patching of AssemblyInfo.* files
3017
assembly_info:
3118
patch: true
3219
file: AssemblyInfo.*
3320
assembly_version: "{version}"
21+
assembly_file_version: "{version}"
3422

35-
#---------------------------------#
36-
# build configuration #
37-
#---------------------------------#
38-
39-
# build platform, i.e. x86, x64, Any CPU. This setting is optional.
4023
platform: Any CPU
4124

42-
# build Configuration, i.e. Debug, Release, etc.
4325
configuration: Release
4426

45-
#---------------------------------#
46-
# artifacts configuration #
47-
#---------------------------------#
27+
build:
28+
verbosity: minimal
4829

4930
artifacts:
50-
51-
# pushing a single file with environment variable in path and "Deployment name" specified
5231
- path: src\WinQuickLook\bin\$(configuration)
53-
name: WinQuickLook
32+
name: WinQuickLook

0 commit comments

Comments
 (0)