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.
1 parent bfa1914 commit 5d088efCopy full SHA for 5d088ef
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