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.
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
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
Post a Comment