After some time, I have a workaround that helps me where I need to be, although not in the best way.
In new versions of Visual Studio, when a binary dependency is added to the site via VS, it adds the file (dinary.refresh) to the bin file along with the binary file. The contents of the file is the relative path to the .dll through the package folder for the solution. In addition, the package.config file is added to the site.
CI:
- (.gitignore,.hgignore) - -
- .refresh bin
- NuGet restore, - package.config PackagesDirectory ( SolutionDirectory)
- , MSBuild , .
, NuGet ( , ), . , .refresh, 2015 . NuGet, /packages.configs .
,
Erick