add github action and dockerfile

This commit is contained in:
Suphonchai Phoonsawat 2023-04-21 10:45:52 +07:00
parent fe80ebca19
commit 302ee1dd3b
4 changed files with 125 additions and 3 deletions

View file

@ -18,6 +18,13 @@
<NoWarn>1701;1702;1591;0436;</NoWarn>
</PropertyGroup>
<ItemGroup>
<Compile Remove=".github\**" />
<Content Remove=".github\**" />
<EmbeddedResource Remove=".github\**" />
<None Remove=".github\**" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="BMA.EHR.Core" Version="1.0.0" />
<PackageReference Include="BMA.EHR.Extensions" Version="1.0.1" />