Vvvv restore-nuget-packages

when we were adding .gitignore to https://github.com/threeeeight/vl-project-template noticed that there is currently vital flaw, that would likely still need to be resolved at some point…

there is similar workflow for dotnet:

dotnet restore

so the point is it would be nice to have something like:

vvvvc.exe xxxx.vl --restore-nuget-packages --nuget-path "X:\xxxx"

expected output that nuget packages for xxxx.vl would be restroed in X:\xxxx folder

5 Likes