File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
src/Serilog.Sinks.MSSqlServer Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ build_script:
9
9
test : off
10
10
artifacts :
11
11
- path : artifacts/Serilog.*.nupkg
12
+ - path : artifacts/Serilog.*.snupkg
12
13
deploy :
13
14
- provider : NuGet
14
15
api_key :
@@ -18,7 +19,9 @@ deploy:
18
19
- provider : GitHub
19
20
auth_token :
20
21
secure : p4LpVhBKxGS5WqucHxFQ5c7C8cP74kbNB0Z8k9Oxx/PMaDQ1+ibmoexNqVU5ZlmX
21
- artifact : /Serilog.*\.nupkg/
22
+ artifacts :
23
+ /Serilog.*\.nupkg/
24
+ /Serilog.*\.snupkg/
22
25
tag : v$(appveyor_build_version)
23
26
on :
24
27
branch : master
Original file line number Diff line number Diff line change 18
18
<PackageLicenseExpression >Apache-2.0</PackageLicenseExpression >
19
19
<RepositoryUrl >https://github.com/serilog/serilog-sinks-mssqlserver</RepositoryUrl >
20
20
<RepositoryType >git</RepositoryType >
21
+ <PublishRepositoryUrl >true</PublishRepositoryUrl >
22
+ <EmbedUntrackedSources >true</EmbedUntrackedSources >
23
+ <IncludeSymbols >true</IncludeSymbols >
24
+ <SymbolPackageFormat >snupkg</SymbolPackageFormat >
21
25
<RuntimeIdentifiers >win</RuntimeIdentifiers >
22
26
<GenerateAssemblyTitleAttribute >false</GenerateAssemblyTitleAttribute >
23
27
<GenerateAssemblyDescriptionAttribute >false</GenerateAssemblyDescriptionAttribute >
26
30
27
31
<ItemGroup >
28
32
<!-- Whenever these are updated, also update versions in packages.config for net452 -->
33
+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0" PrivateAssets =" All" />
29
34
<PackageReference Include =" Microsoft.CodeAnalysis.FxCopAnalyzers" Version =" 3.0.0" >
30
35
<PrivateAssets >all</PrivateAssets >
31
36
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
You can’t perform that action at this time.
0 commit comments