Skip to content

Commit

Permalink
Fix build error by specifying wildcard for appsettings.Environment.json
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-r-elp committed Dec 30, 2024
1 parent b8fc70a commit dd40b6b
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<None Remove="appsettings.Development.json" />
<None Remove="appsettings.*.json" />
<None Remove="appsettings.json" />
<None Update="cert.pem">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
Expand All @@ -19,10 +19,7 @@
</ItemGroup>

<ItemGroup>
<Content Include="appsettings.LocalDevelopment.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="appsettings.Development.json">
<Content Include="appsettings.*.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="appsettings.json">
Expand Down

0 comments on commit dd40b6b

Please sign in to comment.