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:
authorMike Krüger <mkrueger@xamarin.com>2016-10-14 11:56:10 +0300
committerMike Krüger <mkrueger@xamarin.com>2016-10-14 11:56:10 +0300
commit865abb752810775a14060e0b5a76f52fcbdf6aac (patch)
tree5d340b0650af1f2e84bfe94e617807d1bf0c8eca /main/Makefile.am
parent73c696cf5df2d3d362f6e2baff48ff9daa61f3e0 (diff)
Always use our provided nuget.
Should fix the build bot failure.
Diffstat (limited to 'main/Makefile.am')
-rw-r--r--main/Makefile.am10
1 files changed, 5 insertions, 5 deletions
diff --git a/main/Makefile.am b/main/Makefile.am
index 694108a8a9..2f5724632b 100644
--- a/main/Makefile.am
+++ b/main/Makefile.am
@@ -23,11 +23,11 @@ clean-local: sln_clean
NUGET_FOUND = $$(echo $$(which nuget))
NUGET_RESTORE = \
- if [ "x$(NUGET_FOUND)" = "x" ] || [ "x$(OSTYPE)" = "xlinux-gnu" ]; then \
- mono external/nuget-binary/nuget.exe restore; \
- else \
- nuget restore; \
- fi;
+ #if [ "x$(NUGET_FOUND)" = "x" ] || [ "x$(OSTYPE)" = "xlinux-gnu" ]; then \
+ mono external/nuget-binary/nuget.exe restore;
+ #else \
+ # nuget restore; \
+ #fi;
#FIXME: move the restore logic into MSBuild (Before.sln.targets),
# see: https://github.com/kzu/NuGet.Restore