From 3385112ad060035077d7acb7d77e57191a413a0b Mon Sep 17 00:00:00 2001 From: emalfroy Date: Wed, 22 Jan 2025 10:14:04 +0100 Subject: [PATCH] fix: or-2583 exclude paket.template from referenced projects when publishing --- .../AssociationRegistry.KboMutations.SyncLambda.csproj | 9 +++++++++ .../AssociationRegistry.Magda.csproj | 5 ++++- src/AssociationRegistry/AssociationRegistry.csproj | 9 ++++----- 3 files changed, 17 insertions(+), 6 deletions(-) diff --git a/src/AssociationRegistry.KboMutations.SyncLambda/AssociationRegistry.KboMutations.SyncLambda.csproj b/src/AssociationRegistry.KboMutations.SyncLambda/AssociationRegistry.KboMutations.SyncLambda.csproj index b5d75c1cd..74f0ef884 100644 --- a/src/AssociationRegistry.KboMutations.SyncLambda/AssociationRegistry.KboMutations.SyncLambda.csproj +++ b/src/AssociationRegistry.KboMutations.SyncLambda/AssociationRegistry.KboMutations.SyncLambda.csproj @@ -21,6 +21,15 @@ Always + + + + + + + + + diff --git a/src/AssociationRegistry.Magda/AssociationRegistry.Magda.csproj b/src/AssociationRegistry.Magda/AssociationRegistry.Magda.csproj index ef950a37f..2c6a4d9d4 100644 --- a/src/AssociationRegistry.Magda/AssociationRegistry.Magda.csproj +++ b/src/AssociationRegistry.Magda/AssociationRegistry.Magda.csproj @@ -48,7 +48,10 @@ - + + Always + true + diff --git a/src/AssociationRegistry/AssociationRegistry.csproj b/src/AssociationRegistry/AssociationRegistry.csproj index 303531c91..91db0c10b 100644 --- a/src/AssociationRegistry/AssociationRegistry.csproj +++ b/src/AssociationRegistry/AssociationRegistry.csproj @@ -64,11 +64,10 @@ - - - - - + + Always + true +