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:
authorMatt Ward <matt.ward@xamarin.com>2015-11-30 15:09:25 +0300
committerMatt Ward <matt.ward@xamarin.com>2015-11-30 15:13:01 +0300
commitccfff7c5bb61ac342f454d306cf7078329c25457 (patch)
tree0f9501ea0e7053d0c6614199378196c433663d3e /main/winbuild.bat
parentdf5d18fd90d477d9402c77f3d7150ba8a10262da (diff)
[Build] Restore RefactoringEssentials with NuGet 3.
The Test and DocGenerator project in the RefactoringEssentials solution have NuGet 3 packages in their packages.config file. To restore these without an error being displayed NuGet 3 needs to be used.
Diffstat (limited to 'main/winbuild.bat')
-rw-r--r--main/winbuild.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/winbuild.bat b/main/winbuild.bat
index df9d1ffd7d..719e4f8c21 100644
--- a/main/winbuild.bat
+++ b/main/winbuild.bat
@@ -1,3 +1,3 @@
".nuget\NuGet.exe" restore Main.sln
-".nuget\NuGet.exe" restore external\RefactoringEssentials\RefactoringEssentials.sln
+"external\RefactoringEssentials\.nuget\NuGet.exe" restore external\RefactoringEssentials\RefactoringEssentials.sln
"C:\Program Files (x86)\MSBuild\14.0\Bin\MSBuild.exe" Main.sln /m /p:Configuration=ReleaseWin32 /p:Platform="Any CPU"