Uploaded image for project: 'Bamboo Data Center'
  1. Bamboo Data Center
  2. BAM-18738

Update bamboo-dotnet-plugin vcvarsall.bat path in devenvrunner.bat for VisualStudio 2017

XMLWordPrintable

      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

      1. Install Visual Studio 2017 with C++ tools
      2. 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%

              glewandowski Grzegorz Lewandowski
              ezeidan Ellie Z
              Votes:
              7 Vote for this issue
              Watchers:
              15 Start watching this issue

                Created:
                Updated:
                Resolved: