Closed stirno closed 10 years ago
Went in last night in 13680bbe1c02a6419aad18ed80e4f974ce90ebbc. PVC looks in pvc-project.json for the dependencies setion. If the file doesn't exist it will attempt to load everything in pvc-packages folder.
Also included with this was a check to see if you're trying to run a task and have not yet installed packages. If we find the config file but not the folder, we'll run the installation for the user before executing.
Need to support checking in the config file, but not the packages ala npm install/scriptcs -install.
Will use pvc-project.json similar in style to the new ASP.NET vNext config works.