Skip to content
This repository was archived by the owner on Jul 12, 2022. It is now read-only.

Commit 8ac1349

Browse files
author
Immo Landwerth
committed
Remove 'Preview' qualifier from VS and MSBuild
Firstly, they don't add much and secondly, we'll have to remove them eventually anyways.
1 parent c2f3854 commit 8ac1349

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.cmd

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ SET SOLUTION_PATH=%~dp0src\CodeFormatter.sln
77
SET BUILD_TOOLS_PATH="%ProgramFiles(x86)%\MSBuild\14.0\bin\MSBuild.exe"
88

99
IF NOT EXIST %BUILD_TOOLS_PATH% (
10-
echo In order to build or run this tool you need either Visual Studio 2015 Preview or
11-
echo Microsoft Build Tools 2015 Preview tools installed.
10+
echo In order to build or run this tool you need either Visual Studio 2015 or
11+
echo Microsoft Build Tools 2015 tools installed.
1212
echo.
1313
echo Visit http://www.visualstudio.com/en-us/downloads/visual-studio-2015-downloads-vs
1414
echo to download either.

0 commit comments

Comments
 (0)