Set <SonarQubeExclude>true</SonarQubeExclude> in test projects (#1183)

This commit is contained in:
Stef Heyenrath
2024-09-27 20:06:22 +02:00
committed by GitHub
parent dca3fd0260
commit c57590b2ba
3 changed files with 18 additions and 14 deletions

View File

@@ -6,6 +6,7 @@
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
<IsTestProject>true</IsTestProject>
<SonarQubeExclude>true</SonarQubeExclude>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>../../src/WireMock.Net/WireMock.Net.snk</AssemblyOriginatorKeyFile>
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>