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>2016-08-22 15:14:12 +0300
committerMatt Ward <matt.ward@xamarin.com>2016-08-22 15:18:20 +0300
commit3d79f5bad60c56322f1284a3ea2164f2cf35431c (patch)
treef19dc03db13d2345b381ccee8ad1b590a280f09a /main/Makefile.am
parent76f928b426e4a7d60e07552817f48987ecc6e435 (diff)
[Build] Restore NuGet packages using NuGet included with Mono
Fixed bug #41521 - Cannot build from tarball due to .nuget folder not packaged https://bugzilla.xamarin.com/show_bug.cgi?id=41521 This reverts commit 6800701cf82a6597f25fdc3ff7b0822af31a97e0 which changed the makefile to use a later version of NuGet than was included with Mono since the restore was failing due to some of the NuGet packages using unknown target frameworks. Mono 4.4.2 and above now ship with NuGet 2.12 which is newer than the one currently at main/.nuget/NuGet.exe
Diffstat (limited to 'main/Makefile.am')
-rw-r--r--main/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/Makefile.am b/main/Makefile.am
index 47555b043b..3d6b070471 100644
--- a/main/Makefile.am
+++ b/main/Makefile.am
@@ -22,7 +22,7 @@ clean-local: sln_clean
cd build && $(MAKE) clean
restore-packages:
- mono .nuget/NuGet.exe restore
+ nuget restore
vcrevision:
touch vcrevision