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:
Diffstat (limited to 'main/winbuild.bat')
-rw-r--r--main/winbuild.bat3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/winbuild.bat b/main/winbuild.bat
index dec63ce9d9..9485daf413 100644
--- a/main/winbuild.bat
+++ b/main/winbuild.bat
@@ -1 +1,2 @@
-"%WinDir%\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe" Main.sln /m /p:Configuration=DebugWin32 /p:Platform="Any CPU"
+".nuget\NuGet.exe" restore Main.sln
+"C:\Program Files (x86)\MSBuild\14.0\Bin\MSBuild.exe" Main.sln /m /p:Configuration=DebugWin32 /p:Platform="Any CPU"