From 60ba0f27ba590481795694da39da43da63cca434 Mon Sep 17 00:00:00 2001 From: Richard Webb Date: Thu, 13 Jun 2024 14:09:39 +0100 Subject: [PATCH] Enable SourceLink, with a snupkg file . --- appveyor.yml | 5 ++++- src/Serilog.Sinks.Debug/Serilog.Sinks.Debug.csproj | 4 ++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 6381f73..4a8f460 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -7,6 +7,7 @@ build_script: - ps: ./Build.ps1 artifacts: - path: artifacts/Serilog.*.nupkg +- path: artifacts/Serilog.*.snupkg deploy: - provider: NuGet api_key: @@ -17,7 +18,9 @@ deploy: - provider: GitHub auth_token: secure: p4LpVhBKxGS5WqucHxFQ5c7C8cP74kbNB0Z8k9Oxx/PMaDQ1+ibmoexNqVU5ZlmX - artifact: /Serilog.*\.nupkg/ + artifacts: + /Serilog.*\.nupkg/ + /Serilog.*\.snupkg/ tag: v$(appveyor_build_version) on: branch: master diff --git a/src/Serilog.Sinks.Debug/Serilog.Sinks.Debug.csproj b/src/Serilog.Sinks.Debug/Serilog.Sinks.Debug.csproj index d07c989..97fe17f 100644 --- a/src/Serilog.Sinks.Debug/Serilog.Sinks.Debug.csproj +++ b/src/Serilog.Sinks.Debug/Serilog.Sinks.Debug.csproj @@ -20,6 +20,10 @@ Apache-2.0 icon.png README.md + true + true + true + snupkg true True Serilog