diff --git a/Directory.Build.props b/Directory.Build.props index 9744ad788..74897aab3 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,4 @@ - - - diff --git a/appveyor.yml b/appveyor.yml index a0b5ef1ab..06f4f73e5 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -20,7 +20,8 @@ for: build_script: - sh build.sh artifacts: - - path: artifacts/Serilog.*.nupkg +- path: artifacts/Serilog.*.nupkg +- path: artifacts/Serilog.*.snupkg deploy: - provider: NuGet api_key: @@ -31,7 +32,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/Serilog.csproj b/src/Serilog/Serilog.csproj index 211047f24..cc4c34971 100644 --- a/src/Serilog/Serilog.csproj +++ b/src/Serilog/Serilog.csproj @@ -12,10 +12,8 @@ Serilog serilog;logging;semantic;structured https://serilog.net/images/serilog-nuget.png - https://github.com/serilog/serilog + https://serilog.net/ Apache-2.0 - https://github.com/serilog/serilog - git false True @@ -58,4 +56,16 @@ + + + true + true + true + snupkg + + + + + + diff --git a/test/Serilog.Tests/Serilog.Tests.csproj b/test/Serilog.Tests/Serilog.Tests.csproj index d1947d4ed..5712c49f7 100644 --- a/test/Serilog.Tests/Serilog.Tests.csproj +++ b/test/Serilog.Tests/Serilog.Tests.csproj @@ -38,7 +38,4 @@ - - - \ No newline at end of file