Skip to content

Commit 69a6afe

Browse files
committed
fix: test data copy issue during test builds
1 parent fd83c25 commit 69a6afe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Kepware.Api.Test/Kepware.Api.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
<ItemGroup>
3737
<Content Include="_data/**/*.*">
38-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
38+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
3939
</Content>
4040
</ItemGroup>
4141

Kepware.Api.TestIntg/Kepware.Api.TestIntg.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@
4040

4141
<ItemGroup>
4242
<Content Include="appsettings.json">
43-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
43+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
4444
</Content>
4545
<Content Include="_data/**/*.*">
46-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
46+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
4747
</Content>
4848
</ItemGroup>
4949

0 commit comments

Comments
 (0)