serilog / serilog-sinks-file

Write Serilog events to files in text and JSON formats, optionally rolling on time or size
Apache License 2.0
333 stars 117 forks source link

Generate and publish symbols package #303

Closed MonticolaExplorator closed 8 months ago

MonticolaExplorator commented 9 months ago

This changes modify Serilog.Sinks.File in order to generate symbols package (snupkg). Appveyor configuration is modified in order to collect the new artifact, and also to publish it both to nuget and to github release.

Fixes #194

nblumhardt commented 8 months ago

Thanks! LGTM :+1: