-
Bug
-
Resolution: Fixed
-
Low
-
None
-
Severity 3 - Minor
-
Summary
The location of vcvarsall.bat has changed in Visual Studio 2017. We hard code this in devenvrunner.bat so the builds are not running.
Steps to Reproduce
- Install Visual Studio 2017 with C++ tools
- Run a Visual Studio build task
Expected Results
The build find vcvarsall.bat and sets all the required variables
Actual Results
The build cannot find the file, so the build is unable to run.
Workaround
Update the devenvrunner.bat to have the path be:
call "%BAM_VS_HOME%\VC\Auxiliary\Build\vcvarsall.bat" %BAM_VS_ARCH%
- mentioned in
-
Page Failed to load
emmanuel_m is this a theoretical question or are you experiencing problem with recent VS release?