coapp / coapp.powershell

ClrPlus Signing
52 stars 43 forks source link

overlay package problem #98

Open akinakinyilmaz opened 9 years ago

akinakinyilmaz commented 9 years ago

When I upgrade coapp.powershell to developer 2.4.493.0 from stable version 1.23.521.0 and I loaded my packages to destination project with same autopkg file before, I got the warning warning : Overlay Package 'pck.overlay-x64_v120_Debug v1.0.0.0' installed correctly, but the nupkg file 'D:\SVN\projects\pckproject\trunk\codes\packages\pck.1.0.0.0\pck.overlay-x64_v120_Debug.1.0.0.0.nupkg' is not in the expected location. and then build fails by complaining about missing libraries like ; fatal error LNK1104: cannot open file 'D:\SVN\projects\pckproject\trunk\codes\packages\pck.1.0.0.0\build\native../../build/native/lib/x64/v120/Debug/XercesLibd.lib' I got no error with previous version, no build error when loading 3 package files. I tried to place wanted file manually, the warning stopped however library was still missing, then I merged two packages contents (normal and overlay) it stopped first but when I reinstalled with same steps I got this warning again