Can PowerShell synch Nuget packages between Devs' workstations? -


seeking ps script

  1. inspect packages installed on masterworkstation, then;

  2. produce list of commands can executed on other workstations produce synched dev image.

thx

nuget doesn't have concept of packages installed @ machine level. instead, packages installed in each project needs it.

when packages installed in project, repository.config file created lists what's installed. using file, can re-fetch same packages on machine, keeping things in sync.

see post more details on workflow.


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -