You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 19, 2019. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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=DebugHowever, I have the preview release of visual studio 2017 installed and it still used an old version of msbuild
The text was updated successfully, but these errors were encountered: