razzle doesn't support VS 2017 Professional #714

Closed
opened 2026-01-30 22:00:30 +00:00 by claunia · 1 comment
Owner

Originally created by @f0ff886f on GitHub (May 7, 2019).

razzle.cmd only checks Community and Enterprise paths of VS2017 to find msbuild.

Simply adding another two if blocks for checking %ProgramFiles%\Microsoft Visual Studio\2017\Professional\MSBuild\15.0\Bin\msbuild.exe and %ProgramFiles(x86)%\Microsoft Visual Studio\2017\Professional\MSBuild\15.0\Bin\msbuild.exe fixes the issue.

Originally created by @f0ff886f on GitHub (May 7, 2019). `razzle.cmd` only checks Community and Enterprise paths of VS2017 to find `msbuild`. Simply adding another two `if` blocks for checking `%ProgramFiles%\Microsoft Visual Studio\2017\Professional\MSBuild\15.0\Bin\msbuild.exe` and `%ProgramFiles(x86)%\Microsoft Visual Studio\2017\Professional\MSBuild\15.0\Bin\msbuild.exe` fixes the issue.
claunia added the Resolution-Duplicate label 2026-01-30 22:00:30 +00:00
Author
Owner

@DHowett-MSFT commented on GitHub (May 9, 2019):

This'll be fixed by #606, so I'm going to close it as a duplicate of some of the other razzle.cmd issues for consolidation. #583 #474 #591 #436

@DHowett-MSFT commented on GitHub (May 9, 2019): This'll be fixed by #606, so I'm going to close it as a duplicate of some of the other razzle.cmd issues for consolidation. #583 #474 #591 #436
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#714