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