Always output appsettings.json (#530)
This commit is contained in:
parent
0f7592276e
commit
07060f2e0d
1 changed files with 3 additions and 0 deletions
|
@ -117,6 +117,9 @@
|
|||
<Content Remove="temp\**" />
|
||||
<Content Remove="stats\**" />
|
||||
<Content Condition=" '$(Configuration)' == 'Release' " Remove="appsettings.Development.json" />
|
||||
<Content Update="appsettings.json">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</Content>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue