pvcbuild / pvc

PVC -- Scaffold, Build, Publish -- Composable, extensible builds in .NET created by @stirno
http://pvcbuild.com
MIT License
117 stars 11 forks source link

PVC packages configuration #72

Closed stirno closed 10 years ago

stirno commented 10 years ago

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.

stirno commented 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.