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

Commit c7dd8ca

Browse files
committed
Updated nuget key
1 parent 504e49f commit c7dd8ca

File tree

2 files changed

+3
-12
lines changed

2 files changed

+3
-12
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ In your `appsettings.json` file, under the `Serilog` node, :
179179
"typeName": "myCustomLogEventType",
180180
"pipelineName": "myCustomPipelineName",
181181
"batchPostingLimit": 50,
182-
"period": 2000,
182+
"period": 2,
183183
"inlineFields": true,
184184
"restrictedToMinimumLevel": "Warning",
185185
"bufferBaseFilename": "C:/Temp/docker-elk-serilog-web-buffer",

appveyor.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,16 @@
11
version: '{build}'
2-
image: Visual Studio 2017
2+
image: Visual Studio 2019
33
skip_tags: true
44
build_script:
55
- ps: ./Build.ps1
66
test: off
77
artifacts:
88
- path: artifacts/Serilog.Sinks.Elasticsearch*.nupkg
99
- path: artifacts/Serilog.Formatting.Elasticsearch*.nupkg
10-
only_commits:
11-
files:
12-
- serilog-sinks-elasticsearch.sln
13-
- src/Serilog.Sinks.Elasticsearch/
14-
- src/Serilog.Formatting.Elasticsearch/
15-
- nuget.config
16-
- Build.ps1
17-
- assets/
18-
- test/Serilog.Sinks.Elasticsearch.Tests/
1910
deploy:
2011
- provider: NuGet
2112
api_key:
22-
secure: N59tiJECUYpip6tEn0xvdmDAEiP9SIzyLEFLpwiigm/8WhJvBNs13QxzT1/3/JW/
13+
secure: nvZ/z+pMS91b3kG4DgfES5AcmwwGoBYQxr9kp4XiJHj25SAlgdIxFx++1N0lFH2x
2314
on:
2415
branch: /^(master|dev)$/
2516
- provider: GitHub

0 commit comments

Comments
 (0)