From e160a98ce48117e2a198acea103c9caffed1b82d Mon Sep 17 00:00:00 2001 From: Bernhard Urban Date: Tue, 20 Nov 2018 14:01:54 +0100 Subject: [PATCH] print system mono version --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 7857e89a3a0..0d9b6646d94 100644 --- a/Makefile +++ b/Makefile @@ -183,6 +183,8 @@ $(eval $(call CREATE_THIRD_PARTY_NOTICES_RULE,ThirdPartyNotices.txt,foundation,F $(eval $(call CREATE_THIRD_PARTY_NOTICES_RULE,bin/$(CONFIGURATION)/lib/xamarin.android/ThirdPartyNotices.txt,$(THIRD_PARTY_NOTICE_LICENSE_TYPE),True,False)) run-all-tests: + @echo "PRINTING MONO VERSION" + mono --version $(call MSBUILD_BINLOG,run-all-tests) $(TEST_TARGETS) /t:RunAllTests $(MAKE) run-api-compatibility-tests