We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bfa1914 + 5d088ef commit e8f8829Copy full SHA for e8f8829
src/Serilog.Sinks.Splunk/Serilog.Sinks.Splunk.csproj
@@ -15,7 +15,7 @@
15
<RepositoryUrl>https://github.com/serilog/serilog-sinks-splunk</RepositoryUrl>
16
<RepositoryType>git</RepositoryType>
17
<AssemblyOriginatorKeyFile>../../assets/Serilog.snk</AssemblyOriginatorKeyFile>
18
- <PublicSign>true</PublicSign>
+ <PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
19
<SignAssembly>true</SignAssembly>
20
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
21
</PropertyGroup>
0 commit comments