Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikayla Hutchinson <m.j.hutchinson@gmail.com>2017-03-28 01:50:26 +0300
committerMikayla Hutchinson <m.j.hutchinson@gmail.com>2017-03-28 01:50:26 +0300
commit7978cd532949a615476323001942cdb675dfcf11 (patch)
treeb9b1a28ce7c4e5af8e1d9a4774e1ea88ff8b2cc2 /main/winbuild.bat
parent53246f4bbf9e320e22f20558d390fb215cf2e56b (diff)
[build] Require MSBuild 15 in winbuild.bat
Diffstat (limited to 'main/winbuild.bat')
-rw-r--r--main/winbuild.bat7
1 files changed, 1 insertions, 6 deletions
diff --git a/main/winbuild.bat b/main/winbuild.bat
index ab102b56f1..28ea301cd6 100644
--- a/main/winbuild.bat
+++ b/main/winbuild.bat
@@ -9,12 +9,7 @@ FOR %%E in (Enterprise, Professional, Community) DO (
if exist "!MSBUILD_EXE!" goto :build
)
-rem check for MSBuild from VS2015
-
-set "MSBUILD_EXE=%ProgramFiles(x86)%\MSBuild\14.0\Bin\MSBuild.exe"
-if exist "%MSBUILD_EXE%" goto :build
-
-echo Could not find MSBuild
+echo Could not find MSBuild 15
exit /b 1
:build