CommonBuildToolset / CBT.Modules

Modules for CBT
MIT License
9 stars 5 forks source link

stock unittestproject doesn't restore packages in time. #167

Open kingerja opened 7 years ago

kingerja commented 7 years ago

First line of unittest project is import ..\packages also the default cbt nuget install path is c:\users....nuget\packages and the stock projects use ..\packages. This makes it so even if packages are restored in time they are not restored to the expected stock location.

jeffkl commented 7 years ago

Users who have packages.config will need to move the import down.

A better option is to adopt <PackageReference /> which does not put imports in the project itself.