I have MVC solution with below structure
MainSolution
FeatureFolder
Project1
Project2
Project3
FoundationFolder
Project4
Project5
I want to build all the projects under Feature Folder by using Gulp Task
Please help to do this
Considering you already have a
gulpfile.js, the following should work, although not tested.If you want to build all projects inside the folder you can do the following: