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 e09216c commit 9c607b8
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions BeatTogether.MasterServer/BeatTogether.MasterServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,12 @@
</PropertyGroup>

<ItemGroup>
<None Remove="appsettings.Development.json" />
<None Remove="appsettings.*.json" />
<None Remove="appsettings.json" />
</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 9c607b8

Please sign in to comment.