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:
authorDavid Karlaš <david.karlas@xamarin.com>2015-03-02 13:39:07 +0300
committerDavid Karlaš <david.karlas@xamarin.com>2015-03-02 13:39:07 +0300
commit2c1e0ee30d5ece09ebd6641f5961faf7da6152a8 (patch)
treee3b4fe9065cfee2bd34f0c2337011109fbebba31 /main/winbuild.bat
parenta618e85ba9ca67b3e554afcc48c33ad528d2a5dc (diff)
Added "nuget.exe restore Main.sln" to winbuild.bat
Diffstat (limited to 'main/winbuild.bat')
-rw-r--r--main/winbuild.bat1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/winbuild.bat b/main/winbuild.bat
index 63ce4a99f5..9485daf413 100644
--- a/main/winbuild.bat
+++ b/main/winbuild.bat
@@ -1 +1,2 @@
+".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"