visual studio - git-tfs build fails after clone, missing references -


i have team services repository have cloned using git-tfs, on past migrations have had run nuget command:

update-package -reinstall 

to re-add references , solution working, current migration larger project have worked , whatever reason after running command building still fails missing references, of appear telerik among other things.

there dll's in "shared binaries" folder in solution of match references telerik , other stuff, there way visual studio automatically find , add these references? doing manually take hours project enormous.

you can try publish packages local network share or package manager such nuget. , configure repository in visual studio.

useful links:

then enable automatic package restore in visual studio going package manager general settings in visual studios options:

enter image description here

useful link: https://docs.nuget.org/consume/package-restore


Comments