Skip to content

Commit b63521b

Browse files
committed
update appveyor.yml
* make the file easier to read * minimal build output verbosity * skip commits that edit markdown files
1 parent 658b9d7 commit b63521b

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

appveyor.yml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
version: 1.0.{build}
2-
image: Visual Studio 2019
3-
configuration: Release
4-
platform: Any CPU
2+
53
assembly_info:
64
patch: true
75
file: SolutionAssemblyInfo.cs
86
assembly_version: '{version}'
97
assembly_file_version: '{version}'
108
assembly_informational_version: '{version}'
9+
1110
dotnet_csproj:
1211
patch: true
1312
file: 'Flow.*\*.csproj'
@@ -16,11 +15,20 @@ dotnet_csproj:
1615
assembly_version: '{version}'
1716
file_version: '{version}'
1817
informational_version: '{version}'
18+
19+
skip_commits:
20+
files:
21+
- '*.md'
22+
23+
image: Visual Studio 2019
24+
platform: Any CPU
25+
configuration: Release
1926
before_build:
2027
- ps: nuget restore
2128
build:
2229
project: Flow.Launcher.sln
23-
after_test:
30+
verbosity: minimal
31+
2432
artifacts:
2533
- path: 'Output\Packages\*'
2634
- path: 'Output\Release\Flow.Launcher.Plugin.*.nupkg'

0 commit comments

Comments
 (0)