Skip to content
This repository was archived by the owner on Jun 1, 2024. It is now read-only.

Commit e03cb1e

Browse files
MV10mivano
authored andcommitted
only build packaging-related commits (#195)
* only build packaging-related commits * include unit-tests per discussion in tracking issue
1 parent ae63137 commit e03cb1e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

appveyor.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ build_script:
66
test: off
77
artifacts:
88
- path: artifacts/Serilog.Sinks.Elasticsearch*.nupkg
9+
only_commits:
10+
files:
11+
- serilog-sinks-elasticsearch.sln
12+
- src/Serilog.Sinks.Elasticsearch/
13+
- nuget.config
14+
- Build.ps1
15+
- assets/
16+
- test/Serilog.Sinks.Elasticsearch.Tests/
917
deploy:
1018
- provider: NuGet
1119
api_key:

0 commit comments

Comments
 (0)