You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: