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

Initial support for overriding the location of cake.exe the TRX uses #105

Closed agc93 closed 5 years ago

agc93 commented 5 years ago

This basically just allows us to use a relative path that's not tools/Cake to find cake.exe in.

I've deliberately over-engineered this because I'm 95% certain we're still missing some edge cases and I'd like to be able to add an option for a fixed/absolute location later as well.