Skip to content

Commit fd83c25

Browse files
committed
fix: test data copy issue during test builds
1 parent 45e90bc commit fd83c25

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
</ItemGroup>
3535

3636
<ItemGroup>
37-
<None Update="_data/**">
37+
<Content Include="_data/**/*.*">
3838
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
39-
</None>
39+
</Content>
4040
</ItemGroup>
4141

4242
</Project>

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@
3939
</ItemGroup>
4040

4141
<ItemGroup>
42-
<None Update="appsettings.json">
42+
<Content Include="appsettings.json">
4343
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
44-
</None>
45-
<None Update="_data/**">
44+
</Content>
45+
<Content Include="_data/**/*.*">
4646
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
47-
</None>
47+
</Content>
4848
</ItemGroup>
4949

5050
</Project>

0 commit comments

Comments
 (0)