From 8552d3ada6ab51502ed72e56573a628e217add72 Mon Sep 17 00:00:00 2001 From: Reuben Bond Date: Fri, 24 Feb 2023 08:51:34 -0800 Subject: [PATCH] Do not publish or pack test projects --- .../EventBus/EventBus.Tests/EventBus.Tests.csproj | 2 ++ .../Basket/Basket.FunctionalTests/Basket.FunctionalTests.csproj | 1 + src/Services/Basket/Basket.UnitTests/Basket.UnitTests.csproj | 1 + .../Catalog.FunctionalTests/Catalog.FunctionalTests.csproj | 2 +- src/Services/Catalog/Catalog.UnitTests/Catalog.UnitTests.csproj | 1 + .../Ordering.FunctionalTests/Ordering.FunctionalTests.csproj | 2 +- .../Ordering/Ordering.UnitTests/Ordering.UnitTests.csproj | 1 + .../Application.FunctionalTests.csproj | 2 ++ 8 files changed, 10 insertions(+), 2 deletions(-) diff --git a/src/BuildingBlocks/EventBus/EventBus.Tests/EventBus.Tests.csproj b/src/BuildingBlocks/EventBus/EventBus.Tests/EventBus.Tests.csproj index d169b86ff..415ba11bc 100644 --- a/src/BuildingBlocks/EventBus/EventBus.Tests/EventBus.Tests.csproj +++ b/src/BuildingBlocks/EventBus/EventBus.Tests/EventBus.Tests.csproj @@ -2,6 +2,8 @@ net7.0 + false + false diff --git a/src/Services/Basket/Basket.FunctionalTests/Basket.FunctionalTests.csproj b/src/Services/Basket/Basket.FunctionalTests/Basket.FunctionalTests.csproj index ce075e734..f7ccc5df6 100644 --- a/src/Services/Basket/Basket.FunctionalTests/Basket.FunctionalTests.csproj +++ b/src/Services/Basket/Basket.FunctionalTests/Basket.FunctionalTests.csproj @@ -2,6 +2,7 @@ net7.0 + false false diff --git a/src/Services/Basket/Basket.UnitTests/Basket.UnitTests.csproj b/src/Services/Basket/Basket.UnitTests/Basket.UnitTests.csproj index 9f0031b3c..e39449ab9 100644 --- a/src/Services/Basket/Basket.UnitTests/Basket.UnitTests.csproj +++ b/src/Services/Basket/Basket.UnitTests/Basket.UnitTests.csproj @@ -3,6 +3,7 @@ net7.0 false + false false diff --git a/src/Services/Catalog/Catalog.FunctionalTests/Catalog.FunctionalTests.csproj b/src/Services/Catalog/Catalog.FunctionalTests/Catalog.FunctionalTests.csproj index f2ddf3844..3b57655b7 100644 --- a/src/Services/Catalog/Catalog.FunctionalTests/Catalog.FunctionalTests.csproj +++ b/src/Services/Catalog/Catalog.FunctionalTests/Catalog.FunctionalTests.csproj @@ -2,7 +2,7 @@ net7.0 - + false false diff --git a/src/Services/Catalog/Catalog.UnitTests/Catalog.UnitTests.csproj b/src/Services/Catalog/Catalog.UnitTests/Catalog.UnitTests.csproj index 9799b6fd7..a0fbbf2f1 100644 --- a/src/Services/Catalog/Catalog.UnitTests/Catalog.UnitTests.csproj +++ b/src/Services/Catalog/Catalog.UnitTests/Catalog.UnitTests.csproj @@ -3,6 +3,7 @@ net7.0 false + false false diff --git a/src/Services/Ordering/Ordering.FunctionalTests/Ordering.FunctionalTests.csproj b/src/Services/Ordering/Ordering.FunctionalTests/Ordering.FunctionalTests.csproj index 62bab5bf5..662bfa1f0 100644 --- a/src/Services/Ordering/Ordering.FunctionalTests/Ordering.FunctionalTests.csproj +++ b/src/Services/Ordering/Ordering.FunctionalTests/Ordering.FunctionalTests.csproj @@ -2,7 +2,7 @@ net7.0 - + false false diff --git a/src/Services/Ordering/Ordering.UnitTests/Ordering.UnitTests.csproj b/src/Services/Ordering/Ordering.UnitTests/Ordering.UnitTests.csproj index 6c377c9dc..6622b384e 100644 --- a/src/Services/Ordering/Ordering.UnitTests/Ordering.UnitTests.csproj +++ b/src/Services/Ordering/Ordering.UnitTests/Ordering.UnitTests.csproj @@ -3,6 +3,7 @@ net7.0 false + false false diff --git a/src/Tests/Services/Application.FunctionalTests/Application.FunctionalTests.csproj b/src/Tests/Services/Application.FunctionalTests/Application.FunctionalTests.csproj index 59bc894ff..712a3ecfb 100644 --- a/src/Tests/Services/Application.FunctionalTests/Application.FunctionalTests.csproj +++ b/src/Tests/Services/Application.FunctionalTests/Application.FunctionalTests.csproj @@ -6,6 +6,8 @@ false false false + false + false