Skip to content

Commit b178ba2

Browse files
committed
chore: ensure _data files are output in build
1 parent b19ee4c commit b178ba2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<None Update="appsettings.json">
4343
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
4444
</None>
45-
<None Update="_data/*.*">
45+
<None Update="_data/**">
4646
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
4747
</None>
4848
</ItemGroup>

0 commit comments

Comments
 (0)