Skip to content

Commit

Permalink
Readme2 (#13)
Browse files Browse the repository at this point in the history
Readme2
  • Loading branch information
evilpilaf authored Dec 11, 2019
2 parents e542a3b + 06ef276 commit dc8c099
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Honeycomb Serilog sink

[![Build Status](https://dev.azure.com/evilpilaf/Honeycomb%20Serilog%20sink/_apis/build/status/evilpilaf.HoneycombSerilogSink?branchName=master)](https://dev.azure.com/evilpilaf/Honeycomb%20Serilog%20sink/_build/latest?definitionId=5&branchName=master) ![Nuget](https://img.shields.io/nuget/v/Honeycomb.Serilog.Sink)

This project aims to provide a Serilog sink to push structured log events to the [Honeycomb](https://www.honeycomb.io/) platform for observability and monitoring purposes.

By hooking up to serilog my objective is to allow all existing applications which already produce structured events for logging to easily include Honeycomb as part of their pipeline.
Expand Down
4 changes: 3 additions & 1 deletion ci/templates/build-and-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ steps:
inputs:
command: 'test'
projects: 'HoneycombSerilogSink.sln'
arguments: '--no-restore --no-build -c $(buildConfiguration) --collect "Code coverage"'
arguments: '--no-restore --no-build -c $(buildConfiguration) --collect "Code coverage" --logger trx'

- task: PublishTestResults@2

- task: DotNetCoreCLI@2
displayName: 'Package'
Expand Down

0 comments on commit dc8c099

Please sign in to comment.