summaryrefslogtreecommitdiff
path: root/tests/buildtest.cmd
diff options
context:
space:
mode:
authorDick van den Brink <d_vandenbrink@outlook.com>2015-07-05 07:56:22 -0700
committerDick van den Brink <d_vandenbrink@outlook.com>2015-07-05 07:56:22 -0700
commita079df7345d7c1a261659d32198dfcbc339f656a (patch)
tree4dbc285fabcc7a72eaa39dec0bbd9319389e4179 /tests/buildtest.cmd
parentb2cc30cc8af1f51d756f104cbec7d1fc8dd6d6e9 (diff)
downloadcoreclr-a079df7345d7c1a261659d32198dfcbc339f656a.tar.gz
coreclr-a079df7345d7c1a261659d32198dfcbc339f656a.tar.bz2
coreclr-a079df7345d7c1a261659d32198dfcbc339f656a.zip
Document Visual Studio 2015 support
Diffstat (limited to 'tests/buildtest.cmd')
-rw-r--r--tests/buildtest.cmd4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/buildtest.cmd b/tests/buildtest.cmd
index 2f44f53d34..3533144821 100644
--- a/tests/buildtest.cmd
+++ b/tests/buildtest.cmd
@@ -81,13 +81,13 @@ for /f "delims=" %%a in ('powershell -NoProfile -ExecutionPolicy RemoteSigned "&
:: Check presence of VS
if defined VS%__VSProductVersion%COMNTOOLS goto CheckVSExistence
-echo Installation of VS 2013 is a pre-requisite to build this repository.
+echo Visual Studio 2013+ (Community is free) is a pre-requisite to build this repository.
exit /b 1
:CheckVSExistence
:: Does VS 2013 or VS 2015 really exist?
if exist "!VS%__VSProductVersion%COMNTOOLS!\..\IDE\devenv.exe" goto CheckMSBuild
-echo Installation of VS 2013 is a pre-requisite to build this repository.
+echo Visual Studio 2013+ (Community is free) is a pre-requisite to build this repository.
exit /b 1
:CheckMSBuild