gulp-msbuild
gulp-msbuild copied to clipboard
gulp msbuild isn't considering the preview release of visual studio
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