Skip to content

Commit 5f92cf3

Browse files
committed
copy settings.json to bin when build testing project.
1 parent d4eea11 commit 5f92cf3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Test/OpenAPI.Test/OpenAPI.Test.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,9 @@
5959
</ItemGroup>
6060
<ItemGroup>
6161
<None Include="packages.config" />
62-
<None Include="settings.json" />
62+
<None Include="settings.json">
63+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
64+
</None>
6365
</ItemGroup>
6466
<ItemGroup>
6567
<ProjectReference Include="..\..\SDK\OpenAPI.Net45\OpenAPI.Net45.csproj">

0 commit comments

Comments
 (0)