hoffi / gulp-msbuild

gulp-msbuild has moved to https://github.com/fluffynuts/gulp-msbuild.
MIT License
53 stars 44 forks source link

gulp msbuild isn't considering the preview release of visual studio #69

Open bruno-cadorette opened 6 years ago

bruno-cadorette commented 6 years ago

I added logCommand: true to my msbuild gulp call and I saw that the command was Using MSBuild command: C:\Program Files (x86)\MSBuild\14.0\Bin\amd64\MSBuild.exe mysln.sln /target:Build /verbosity:minimal /toolsversion:14.0 /nologo /maxcpucount /property:Configuration=Debug

However, I have the preview release of visual studio 2017 installed and it still used an old version of msbuild