Blacklite / Ncapsulate

NuGet and MSBuild wrappers around various Node based tools.
MIT License
29 stars 9 forks source link

TFS Build not installing or locating gulp. #21

Open chdev77 opened 9 years ago

chdev77 commented 9 years ago

Everything works fine locally but after checkin using Ncapsulate.Node and Ncapsulate.Gulp along with the .target files and .cmd files. I continually get this in the TFS build log.

   **Gulp-AfterBuild:
     [23:30:00] Local gulp not found in D:\Builds\34_111\src\Web\CaseManagement.Web**

I tried to add in the node.targets and nothing happens.

I'm kinda flying blind on this because this is the only related information I receive in the TFS log. Can you provide any tips or things to try? I'm out of ideas. Great work BTW...I have several other teams that can benifit from Ncapsulate. My current goal is to compile .less files using gulp, and then other tasks will follow.