wooga / atlas-paket

Paket plugin for gradle
https://wooga.github.io/atlas-paket/
Apache License 2.0
0 stars 2 forks source link

Fix dependency installation with missing framework specification #49

Closed Larusso closed 5 years ago

Larusso commented 5 years ago

Description

This patch fixes an issue with paketUnityInstall which only installs *.dll dependencies from nuget when these are located in a framework directory.

packages/Dependency/libs/net35/dep.dll
vs
packages/Dependency/libs/dep.dll

This patch just adds a simple rule to also copy these dll files over.

Changes

FIX dependency install for dll with missing framework specification FIX integration test with false positive results