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

Commit 6b7dc43

Browse files
committed
Merge branch 'dev'
2 parents a8eaa3a + a3e770a commit 6b7dc43

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

appveyor.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,27 @@ test: off
77
artifacts:
88
- path: artifacts/Serilog.Sinks.Elasticsearch*.nupkg
99
- path: artifacts/Serilog.Formatting.Elasticsearch*.nupkg
10+
<<<<<<< HEAD
1011
deploy:
1112
- provider: NuGet
1213
api_key:
1314
secure: nvZ/z+pMS91b3kG4DgfES5AcmwwGoBYQxr9kp4XiJHj25SAlgdIxFx++1N0lFH2x
15+
=======
16+
only_commits:
17+
files:
18+
- serilog-sinks-elasticsearch.sln
19+
- src/Serilog.Sinks.Elasticsearch/
20+
- src/Serilog.Formatting.Elasticsearch/
21+
- nuget.config
22+
- Build.ps1
23+
- assets/
24+
- appveyor.yml
25+
- test/Serilog.Sinks.Elasticsearch.Tests/
26+
deploy:
27+
- provider: NuGet
28+
api_key:
29+
secure: jWslQvxA4UMn98aYnsFDBfl8A2vAXUjtmmPZNxZnbJvMW/JV55iQ1fRcqD9B70sK
30+
>>>>>>> dev
1431
on:
1532
branch: /^(master|dev)$/
1633
- provider: GitHub

0 commit comments

Comments
 (0)