Skip to content

Commit be51482

Browse files
committed
Copy config when building Core.Test
1 parent 64ee50c commit be51482

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/InEngine.Core.Test/InEngine.Core.Test.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,10 @@
2323
<ProjectReference Include="..\InEngine.Core\InEngine.Core.csproj" />
2424
<ProjectReference Include="..\InEngine.Commands\InEngine.Commands.csproj" />
2525
</ItemGroup>
26+
<ItemGroup>
27+
<None Update="appsettings.json">
28+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
29+
</None>
30+
</ItemGroup>
2631
</Project>
2732

0 commit comments

Comments
 (0)