cake-build / cake-vs

Cake Extension for Visual Studio
https://marketplace.visualstudio.com/items?itemName=vs-publisher-1392591.CakeforVisualStudio
MIT License
67 stars 25 forks source link

Task Runner Explorer does not show task #132

Open soroshsabz opened 3 years ago

soroshsabz commented 3 years ago

ITNOA

I have one big solution with more than 100 projects. my structure of solution is like below

build/
Documents/
Source/
Test/
BSN.Resa.sln
sbuild.bat

All of my projects is in Source directory, and my cake file in build directory. I want to someway to say visual studio load task from cake file. ( At now state my task runner explorer is empty )

My question is how to do this?