Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Commit 8552d3a

Browse files
ReubenBondtjain-ms
authored andcommitted
Do not publish or pack test projects
1 parent 631a649 commit 8552d3a

File tree

8 files changed

+10
-2
lines changed

8 files changed

+10
-2
lines changed

src/BuildingBlocks/EventBus/EventBus.Tests/EventBus.Tests.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
<PropertyGroup>
44
<TargetFramework>net7.0</TargetFramework>
5+
<IsPublishable>false</IsPublishable>
6+
<IsPackable>false</IsPackable>
57
</PropertyGroup>
68

79
<ItemGroup>

src/Services/Basket/Basket.FunctionalTests/Basket.FunctionalTests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>net7.0</TargetFramework>
5+
<IsPublishable>false</IsPublishable>
56
<IsPackable>false</IsPackable>
67
</PropertyGroup>
78

src/Services/Basket/Basket.UnitTests/Basket.UnitTests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>net7.0</TargetFramework>
55
<GenerateErrorForMissingTargetingPacks>false</GenerateErrorForMissingTargetingPacks>
6+
<IsPublishable>false</IsPublishable>
67
<IsPackable>false</IsPackable>
78
</PropertyGroup>
89

src/Services/Catalog/Catalog.FunctionalTests/Catalog.FunctionalTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>net7.0</TargetFramework>
5-
5+
<IsPublishable>false</IsPublishable>
66
<IsPackable>false</IsPackable>
77
</PropertyGroup>
88

src/Services/Catalog/Catalog.UnitTests/Catalog.UnitTests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>net7.0</TargetFramework>
55
<GenerateErrorForMissingTargetingPacks>false</GenerateErrorForMissingTargetingPacks>
6+
<IsPublishable>false</IsPublishable>
67
<IsPackable>false</IsPackable>
78
</PropertyGroup>
89

src/Services/Ordering/Ordering.FunctionalTests/Ordering.FunctionalTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>net7.0</TargetFramework>
5-
5+
<IsPublishable>false</IsPublishable>
66
<IsPackable>false</IsPackable>
77
</PropertyGroup>
88

src/Services/Ordering/Ordering.UnitTests/Ordering.UnitTests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>net7.0</TargetFramework>
55
<GenerateErrorForMissingTargetingPacks>false</GenerateErrorForMissingTargetingPacks>
6+
<IsPublishable>false</IsPublishable>
67
<IsPackable>false</IsPackable>
78
</PropertyGroup>
89

src/Tests/Services/Application.FunctionalTests/Application.FunctionalTests.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
77
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
88
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
9+
<IsPublishable>false</IsPublishable>
10+
<IsPackable>false</IsPackable>
911
</PropertyGroup>
1012

1113
<ItemGroup>

0 commit comments

Comments
 (0)