Itiviti / gradle-msbuild-plugin

Gradle plugin for msbuild execution, supports C# project files for now
Apache License 2.0
101 stars 58 forks source link

Check vswhere output folder is exist or not #93

Closed ngyukman closed 6 years ago

ngyukman commented 6 years ago

if msbuild version < 15 is set, -legacy will have to be added for vswhere command but the installation folder does not follow the same pattern i.e. {return}\Msbuild\bin\msbuild.exe but {return}\bin\msbuild.exe

keep using the findMsbuildFromRegistry in case the return from vswhere does not exist for legacy msbuild

To fix #92