Exclude Bin and Obj from CopyToOutputDirectory (#9508)
parent
eb67d3a497
commit
fbf918a74e
|
@ -19,7 +19,7 @@
|
|||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Content Include="**\*.json" CopyToOutputDirectory="PreserveNewest" />
|
||||
<Content Include="**\*.json" Exclude="bin\**\*;obj\**\*" CopyToOutputDirectory="PreserveNewest" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
|
Loading…
Reference in New Issue