File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 15
15
test : off
16
16
artifacts :
17
17
- path : artifacts/Serilog.*.nupkg
18
+ - path : artifacts/Serilog.*.snupkg
18
19
deploy :
19
20
- provider : NuGet
20
21
api_key :
21
22
secure : LE+O+3Zs0nz2F/+M4eDvKBhEBUpUV0t864vN/2dxwa7aIVqeU3pKSMjWRX+JWJ49
22
- skip_symbols : true
23
23
on :
24
24
branch : /^(main|dev)$/
25
25
- provider : GitHub
26
26
auth_token :
27
27
secure : p4LpVhBKxGS5WqucHxFQ5c7C8cP74kbNB0Z8k9Oxx/PMaDQ1+ibmoexNqVU5ZlmX
28
- artifact : /Serilog.*\. nupkg/
28
+ artifact : /Serilog.*(\.|\.s) nupkg/
29
29
tag : v$(appveyor_build_version)
30
30
on :
31
31
branch : main
Original file line number Diff line number Diff line change 24
24
<EnableSourceLink Condition =" '$(EnableSourceLink)' == ''" >false</EnableSourceLink >
25
25
<PublishRepositoryUrl >true</PublishRepositoryUrl >
26
26
<AllowedOutputExtensionsInPackageBuildOutputFolder >$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder >
27
+ <IncludeSymbols >True</IncludeSymbols >
28
+ <SymbolPackageFormat >snupkg</SymbolPackageFormat >
27
29
</PropertyGroup >
28
30
29
31
<ItemGroup >
You can’t perform that action at this time.
0 commit comments