nuget batch file possibility? -


our solution has 12 projects , time latest version tfs, build breaks , finding assemblies nuget (keeping in mind correct version worked) uninstall/reinstall/install cumbersome.

i wondering if there possibility run batch file in package manager console.

following various commands thinking of using.

  1. generally clean existing assemblies in project, run uninstall command various packages , projects. have around 13-14 commands below(i have few example) uninstall-package newtonsoft.json; uninstall-package microsoft.aspnet.webhost

  2. i run individual projects' packages.config has assemblies need correct version

for ex:

nuget install[projectpath]\packages.config

i have run above command 12 projects.

is there way combine both these operations in batch file run batch file , clean , installation taken care ?

i new package manager console not sure if possibility. know these can accomplished using package manager dialog looking @ solutions can run command line

thanks lot


Comments

Popular posts from this blog

asp.net mvc - SSO between MVCForum and Umbraco7 -

Python Tkinter keyboard using bind -

ubuntu - Selenium Node Not Connecting to Hub, Not Opening Port -