File tree 3 files changed +11
-4
lines changed
src/Serilog.Enrichers.Thread 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 1
1
version : ' {build}'
2
2
skip_tags : true
3
- image : Visual Studio 2017
3
+ image : Visual Studio 2019
4
4
configuration : Release
5
5
build_script :
6
6
- ps : ./Build.ps1
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
4
<Description >Enrich Serilog events with properties from the current thread.</Description >
13
13
<PublicSign Condition =" '$(OS)' != 'Windows_NT' " >true</PublicSign >
14
14
<PackageId >Serilog.Enrichers.Thread</PackageId >
15
15
<PackageTags >serilog;thread;enricher</PackageTags >
16
- <PackageIconUrl >http:// serilog.net/images/serilog -enricher-nuget.png</PackageIconUrl >
16
+ <PackageIcon > serilog-enricher-nuget.png</PackageIcon >
17
17
<PackageProjectUrl >http://serilog.net</PackageProjectUrl >
18
- <PackageLicenseUrl >http://www.apache.org/licenses/LICENSE -2.0</PackageLicenseUrl >
18
+ <PackageLicenseExpression >Apache -2.0</PackageLicenseExpression >
19
19
<GenerateAssemblyVersionAttribute >false</GenerateAssemblyVersionAttribute >
20
20
</PropertyGroup >
21
21
28
28
<Reference Include =" Microsoft.CSharp" />
29
29
</ItemGroup >
30
30
31
+ <ItemGroup >
32
+ <None Include =" ..\..\assets\serilog-enricher-nuget.png" >
33
+ <Pack >True</Pack >
34
+ <PackagePath ></PackagePath >
35
+ </None >
36
+ </ItemGroup >
37
+
31
38
<PropertyGroup Condition =" '$(TargetFramework)' == 'net45' " >
32
39
<DefineConstants >$(DefineConstants);THREAD_NAME</DefineConstants >
33
40
</PropertyGroup >
You can’t perform that action at this time.
0 commit comments