From 390e0680feb4b86d2cc36dc29a55f00cbf3a908f Mon Sep 17 00:00:00 2001 From: Marco van Kimmenade Date: Fri, 20 Sep 2024 13:17:19 +0200 Subject: [PATCH] Include Adaptive card json in build output (#28) ### Summary & Motivation The Adaptive Card Json files were not included in the build output, and therefor the application crashed while trying to show a card to the user. ### Atomic Changes - Include Adaptive card json in build output ### Checklist - [x] I have added a Label to the pull-request - [x] I have added tests, and done manual regression tests - [x] I have updated the documentation, if necessary --- .../MicrosoftTeams/CalendarAssistant.MicrosoftTeams.csproj | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/application/calendar-assistant/MicrosoftTeams/CalendarAssistant.MicrosoftTeams.csproj b/application/calendar-assistant/MicrosoftTeams/CalendarAssistant.MicrosoftTeams.csproj index 4cec3b594..880aaf251 100644 --- a/application/calendar-assistant/MicrosoftTeams/CalendarAssistant.MicrosoftTeams.csproj +++ b/application/calendar-assistant/MicrosoftTeams/CalendarAssistant.MicrosoftTeams.csproj @@ -8,6 +8,12 @@ enable + + + PreserveNewest + + +