Skip to content

Commit

Permalink
[tests] Only restore packages.config, not the mtouch test project.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
rolfbjarne committed Oct 15, 2018
1 parent 4362842 commit 5fbfacc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/mtouch/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5fbfacc

Please sign in to comment.