Exclude Bin and Obj from CopyToOutputDirectory (#9508)

pull/9510/head
Kevinio04 2018-11-07 17:12:50 -08:00 committed by Luke Latham
parent eb67d3a497
commit fbf918a74e
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
</ItemGroup>
<ItemGroup>
<Content Include="**\*.json" CopyToOutputDirectory="PreserveNewest" />
<Content Include="**\*.json" Exclude="bin\**\*;obj\**\*" CopyToOutputDirectory="PreserveNewest" />
</ItemGroup>
</Project>