Can PowerShell synch Nuget packages between Devs' workstations? -
seeking ps script
inspect packages installed on masterworkstation, then;
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
Post a Comment