Skip to content

Commit df121c9

Browse files
chore: setting SonarQubeTestProject to false for the test projects
1 parent 109a634 commit df121c9

File tree

10 files changed

+50
-0
lines changed

10 files changed

+50
-0
lines changed

src/AritfactoryUploader.UTest/AritfactoryUploader.UTest.csproj

+5
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717
<UseCommonOutputDirectory>true</UseCommonOutputDirectory>
1818
</PropertyGroup>
1919

20+
<PropertyGroup>
21+
<SonarQubeTestProject>false</SonarQubeTestProject>
22+
</PropertyGroup>
23+
2024
<ItemGroup>
2125
<PackageReference Include="Moq" Version="4.14.0" />
2226
<PackageReference Include="nunit" Version="3.12.0" />
@@ -39,6 +43,7 @@
3943
<None Update="ArtifactoryUTTestFiles\CyclonedxBom.json">
4044
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
4145
</None>
46+
4247
</ItemGroup>
4348

4449
</Project>

src/LCT.APICommunications.UTest/LCT.APICommunications.UTest.csproj

+5
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@
1616
<OutputPath>..\..\out</OutputPath>
1717
</PropertyGroup>
1818

19+
<PropertyGroup>
20+
<SonarQubeTestProject>false</SonarQubeTestProject>
21+
</PropertyGroup>
22+
23+
1924
<ItemGroup>
2025
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.1.0" />
2126
<PackageReference Include="Moq" Version="4.18.4" />

src/LCT.Common.UTests/LCT.Common.UTest.csproj

+5
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414
<OutputPath>..\..\out</OutputPath>
1515
</PropertyGroup>
1616

17+
<PropertyGroup>
18+
<SonarQubeTestProject>false</SonarQubeTestProject>
19+
</PropertyGroup>
20+
21+
1722
<ItemGroup>
1823
<Compile Remove="Source\**" />
1924
<Compile Remove="Target\**" />

src/LCT.Facade.UTest/LCT.Facade.UTest.csproj

+5
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@
1313
<OutputPath>..\..\out</OutputPath>
1414
</PropertyGroup>
1515

16+
<PropertyGroup>
17+
<SonarQubeTestProject>false</SonarQubeTestProject>
18+
</PropertyGroup>
19+
20+
1621
<ItemGroup>
1722
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.6.1" />
1823
<PackageReference Include="Moq" Version="4.13.1" />

src/LCT.PackageIdentifier.UTest/LCT.PackageIdentifier.UTest.csproj

+5
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@
1919
<UseCommonOutputDirectory>true</UseCommonOutputDirectory>
2020
</PropertyGroup>
2121

22+
<PropertyGroup>
23+
<SonarQubeTestProject>false</SonarQubeTestProject>
24+
</PropertyGroup>
25+
26+
2227
<ItemGroup>
2328
<Compile Remove="PackageIdentifierUTTestFiles\obj\**" />
2429
<EmbeddedResource Remove="PackageIdentifierUTTestFiles\obj\**" />

src/LCT.SW360PackageCreator.UTest/LCT.SW360PackageCreator.UTest.csproj

+5
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@
1515
<UseCommonOutputDirectory>true</UseCommonOutputDirectory>
1616
</PropertyGroup>
1717

18+
<PropertyGroup>
19+
<SonarQubeTestProject>false</SonarQubeTestProject>
20+
</PropertyGroup>
21+
22+
1823
<ItemGroup>
1924
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.6.1" />
2025
<PackageReference Include="Moq" Version="4.13.1" />

src/LCT.Services.UTest/LCT.Services.UTest.csproj

+5
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@
1313
<OutputPath>..\..\out</OutputPath>
1414
</PropertyGroup>
1515

16+
<PropertyGroup>
17+
<SonarQubeTestProject>false</SonarQubeTestProject>
18+
</PropertyGroup>
19+
20+
1621
<ItemGroup>
1722
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.6.1" />
1823
<PackageReference Include="Moq" Version="4.13.1" />

src/SW360IntegrationTest/SW360IntegrationTest.csproj

+5
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@
1616
<OutputPath>..\..\out</OutputPath>
1717
</PropertyGroup>
1818

19+
<PropertyGroup>
20+
<SonarQubeTestProject>false</SonarQubeTestProject>
21+
</PropertyGroup>
22+
23+
1924
<ItemGroup>
2025
<PackageReference Include="nunit" Version="3.12.0" />
2126
<PackageReference Include="NUnit3TestAdapter" Version="3.15.1" />

src/TestUtilities/TestUtilities.csproj

+5
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414
<OutputPath>..\..\out</OutputPath>
1515
</PropertyGroup>
1616

17+
<PropertyGroup>
18+
<SonarQubeTestProject>false</SonarQubeTestProject>
19+
</PropertyGroup>
20+
21+
1722
<ItemGroup>
1823
<PackageReference Include="Microsoft.Extensions.Configuration" Version="6.0.0" />
1924
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="6.0.0" />

src/UnitTestUtilities/UnitTestUtilities.csproj

+5
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99
<OutputPath>..\..\out</OutputPath>
1010
</PropertyGroup>
1111

12+
<PropertyGroup>
13+
<SonarQubeTestProject>false</SonarQubeTestProject>
14+
</PropertyGroup>
15+
16+
1217
<ItemGroup>
1318
<PackageReference Include="Microsoft.Extensions.Configuration" Version="6.0.0" />
1419
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="6.0.0" />

0 commit comments

Comments
 (0)