Always output appsettings.json (#530)

This commit is contained in:
Joseph Milazzo 2021-08-27 13:47:06 -07:00 committed by GitHub
parent 0f7592276e
commit 07060f2e0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>