Skip to content

Commit

Permalink
Build with VS 15 dev tools
Browse files Browse the repository at this point in the history
  • Loading branch information
dsplaisted authored and ramarag committed Feb 3, 2017
1 parent 1a1c295 commit fc6c001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if "%ERRORLEVEL%" == "0" (
goto :SkipDeveloperSetup
)

set DeveloperCommandPrompt=%VS140COMNTOOLS%\VsDevCmd.bat
set DeveloperCommandPrompt=%VS150COMNTOOLS%\VsDevCmd.bat

if not exist "%DeveloperCommandPrompt%" (
echo In order to build this repository, you either need 'msbuild' on the path or Visual Studio 2015 installed.
Expand Down

0 comments on commit fc6c001

Please sign in to comment.