ZUFeRDRESTService: Dont copy appsettings dev into output directory

This commit is contained in:
Jonathan Jenne 2020-03-25 16:09:17 +01:00
parent 0b36700ba1
commit 2fabdb90a5

View File

@ -20,5 +20,11 @@
<ProjectReference Include="..\..\Modules.Logging\Logging.vbproj" />
</ItemGroup>
<ItemGroup>
<Content Update="appsettings.Development.json">
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
</Content>
</ItemGroup>
</Project>