File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1515test : off
1616artifacts :
1717- path : artifacts/Serilog.*.nupkg
18+ - path : artifacts/Serilog.*.snupkg
1819deploy :
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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments