Skip to content

Commit

Permalink
Include Adaptive card json in build output (#28)
Browse files Browse the repository at this point in the history
### 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
  • Loading branch information
BlueBasher authored Sep 20, 2024
1 parent d6928c6 commit 390e068
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@
<Nullable>enable</Nullable>
</PropertyGroup>

<ItemGroup>
<Content Include="AdaptiveCards\Cards\*.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Core\CalendarAssistant.csproj" />
</ItemGroup>
Expand Down

0 comments on commit 390e068

Please sign in to comment.