diff --git a/README.md b/README.md index 39a06a3..88e5587 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/ci/templates/build-and-package.yml b/ci/templates/build-and-package.yml index ffef347..078876d 100644 --- a/ci/templates/build-and-package.yml +++ b/ci/templates/build-and-package.yml @@ -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'