Skip to content

Commit

Permalink
copy config.json to output directory automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
erikzhang committed Sep 12, 2018
1 parent fe125f6 commit 8fcf857
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ImportBlocks/ImportBlocks.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@
<RootNamespace>Neo.Plugins</RootNamespace>
</PropertyGroup>

<ItemGroup>
<None Update="ImportBlocks\config.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
</None>
</ItemGroup>

<ItemGroup>
<PackageReference Include="Neo" Version="3.0.0-preview2-11" />
</ItemGroup>
Expand Down

0 comments on commit 8fcf857

Please sign in to comment.