add github action and dockerfile
This commit is contained in:
parent
fe80ebca19
commit
302ee1dd3b
4 changed files with 125 additions and 3 deletions
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue