ZUFeRDRESTService: Dont copy appsettings dev into output directory
This commit is contained in:
parent
0b36700ba1
commit
2fabdb90a5
@ -20,5 +20,11 @@
|
||||
<ProjectReference Include="..\..\Modules.Logging\Logging.vbproj" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Content Update="appsettings.Development.json">
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
</Content>
|
||||
</ItemGroup>
|
||||
|
||||
|
||||
</Project>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user