Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2a61b4b

Browse files
authored
Merge pull request#303 from MonticolaExplorator/dev
Generate and publish symbols package
2 parentse17aed9 +9cb12d3 commit2a61b4b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

‎appveyor.yml‎

Lines changed: 2 additions & 2 deletions
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‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
<EnableSourceLinkCondition="'$(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)

[8]ページ先頭

©2009-2025 Movatter.jp