Skip to content

Commit 2a61b4b

Browse files
authored
Merge pull request #303 from MonticolaExplorator/dev
Generate and publish symbols package
2 parents e17aed9 + 9cb12d3 commit 2a61b4b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

appveyor.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@ for:
1515
test: off
1616
artifacts:
1717
- path: artifacts/Serilog.*.nupkg
18+
- path: artifacts/Serilog.*.snupkg
1819
deploy:
1920
- provider: NuGet
2021
api_key:
2122
secure: LE+O+3Zs0nz2F/+M4eDvKBhEBUpUV0t864vN/2dxwa7aIVqeU3pKSMjWRX+JWJ49
22-
skip_symbols: true
2323
on:
2424
branch: /^(main|dev)$/
2525
- provider: GitHub
2626
auth_token:
2727
secure: p4LpVhBKxGS5WqucHxFQ5c7C8cP74kbNB0Z8k9Oxx/PMaDQ1+ibmoexNqVU5ZlmX
28-
artifact: /Serilog.*\.nupkg/
28+
artifact: /Serilog.*(\.|\.s)nupkg/
2929
tag: v$(appveyor_build_version)
3030
on:
3131
branch: main

src/Serilog.Sinks.File/Serilog.Sinks.File.csproj

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
<EnableSourceLink Condition="'$(EnableSourceLink)' == ''">false</EnableSourceLink>
2525
<PublishRepositoryUrl>true</PublishRepositoryUrl>
2626
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
27+
<IncludeSymbols>True</IncludeSymbols>
28+
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2729
</PropertyGroup>
2830

2931
<ItemGroup>

0 commit comments

Comments
 (0)