Skip to content
This repository has been archived by the owner on Jul 14, 2020. It is now read-only.

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

Open
kingerja opened this issue Aug 3, 2017 · 1 comment
Open

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

kingerja opened this issue Aug 3, 2017 · 1 comment
Labels

Comments

@kingerja
Copy link
Contributor

kingerja commented Aug 3, 2017

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
Copy link
Contributor

jeffkl commented Aug 8, 2017

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants