From 5fbfacc2a8b92b30ba69b1af3bb0ce05ff90955d Mon Sep 17 00:00:00 2001 From: Rolf Bjarne Kvinge Date: Mon, 15 Oct 2018 10:41:33 +0200 Subject: [PATCH] [tests] Only restore packages.config, not the mtouch test project. Restoring the mtouch.csproj makes nuget try to restore Mono.Cecil.csproj as well, which doesn't work. So just restore what's listed in our packages.config instead. --- tests/mtouch/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/mtouch/Makefile b/tests/mtouch/Makefile index 1caa1b4ab093..0043a940c067 100644 --- a/tests/mtouch/Makefile +++ b/tests/mtouch/Makefile @@ -29,7 +29,7 @@ run-tests: test.config @[[ ! -e .failed-stamp ]] build: - $(Q) $(SYSTEM_MONO) /Library/Frameworks//Mono.framework/Versions/Current/lib/mono/nuget/NuGet.exe restore mtouch.sln + $(Q) $(SYSTEM_MONO) /Library/Frameworks//Mono.framework/Versions/Current/lib/mono/nuget/NuGet.exe restore packages.config $(SYSTEM_XBUILD) mtouch.csproj $(XBUILD_VERBOSITY) $(Q) rm -f .failed-stamp