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:
- http://codurance.com/2015/05/04/creating-a-local-nuget-repository/
- https://docs.nuget.org/create/creating-and-publishing-a-package
then enable automatic package restore in visual studio going package manager general settings in visual studios options:
useful link: https://docs.nuget.org/consume/package-restore
Comments
Post a Comment