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-06-22 16:25:48 +0300
committerDavid Karlaš <david.karlas@xamarin.com>2015-06-22 16:25:48 +0300
commitb4b5b0424224aadf1acd247dc70efeef4ff45b71 (patch)
treedb0fd16541d8844f7c3475f0c0419c62d4773c58 /main/winbuild.bat
parent2f383b81f34632e3646e829863b560091e60e43a (diff)
WinBuild.bat/sh added restore RefactoringEssentials packages so RefactoringEssential.csproj hintpaths have .dll as expected
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 9485daf413..d5042f18dc 100644
--- a/main/winbuild.bat
+++ b/main/winbuild.bat
@@ -1,2 +1,3 @@
".nuget\NuGet.exe" restore Main.sln
+".nuget\NuGet.exe" restore external\RefactoringEssentials\RefactoringEssentials.sln
"C:\Program Files (x86)\MSBuild\14.0\Bin\MSBuild.exe" Main.sln /m /p:Configuration=DebugWin32 /p:Platform="Any CPU"