gulp-msbuild icon indicating copy to clipboard operation
gulp-msbuild copied to clipboard

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

Open bruno-cadorette opened this issue 6 years ago • 0 comments

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

bruno-cadorette avatar May 11 '18 20:05 bruno-cadorette