Skip to content

Commit

Permalink
(GH-1148) API - Merge AlphaFS Dependency
Browse files Browse the repository at this point in the history
Ensure AlphaFS is merged into the lib package as well. Without this
change, AlphaFS is required to be referenced when using
chocolatey.lib and that is not desired.
  • Loading branch information
RichiCoder1 authored and ferventcoder committed Jan 21, 2017
1 parent f6e8366 commit 998d6f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .build.custom/ilmergeDLL.build
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
<include name="${dirs.merge.from}${path.separator}Rhino.Licensing.dll" />
<include name="${dirs.merge.from}${path.separator}System.Reactive*.dll" />
<include name="${dirs.merge.from}${path.separator}SimpleInjector.dll" />
<include name="${dirs.merge.from}${path.separator}AlphaFS.dll" />
<!-- <exclude name="${dirs.merge.from}${path.separator}*" /> -->
</items>
</in>
Expand Down

0 comments on commit 998d6f6

Please sign in to comment.