From 375a1b4851347e19c60e3b08b2c3a9771f281f7a Mon Sep 17 00:00:00 2001 From: Jonathan Pryor Date: Mon, 25 Nov 2019 16:47:59 -0500 Subject: [PATCH] Bump to xamarin/java.interop@e7d96f25 Changes: https://github.com/xamarin/java.interop/compare/166a6c95260330114174a91e8cf0b68cc0e14479...e7d96f25258089ceb4a31cf87cb9bcc05741dc47 * xamarin/java.interop@e7d96f2: [Java.Interop] public ctor for JniRuntime.JniObjectReferenceManager (#527) * xamarin/java.interop@dec2e39: Convert Test projects to SDK style projects. (#517) * xamarin/java.interop@439bd83: [XA.Tools.Bytecode] Add Kotlin support to our binding process. (#505) * xamarin/java.interop@5fa8c18: [Java.Interop] Replace Gendarme with Roslyn FxCop Analyzers (#523) * xamarin/java.interop@7558ca1: Bump to mono/cecil/master@a6a7f5c0 (#524) The unit test assembly for `logcat-parse.exe` was renamed from `LogcatParse-Tests.dll` to `logcat-parse-Tests.dll`. Update the "nunit Java.Interop Tests" job accordingly. --- build-tools/automation/azure-pipelines.yaml | 2 +- external/Java.Interop | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build-tools/automation/azure-pipelines.yaml b/build-tools/automation/azure-pipelines.yaml index 06ab5a10b7d..5b919611d9c 100644 --- a/build-tools/automation/azure-pipelines.yaml +++ b/build-tools/automation/azure-pipelines.yaml @@ -214,7 +214,7 @@ stages: configuration: $(XA.Build.Configuration) msbuildArguments: > /t:RunJavaInteropTests - /p:TestAssembly="bin\Test$(XA.Build.Configuration)\generator-Tests.dll;bin\Test$(XA.Build.Configuration)\Java.Interop.Tools.JavaCallableWrappers-Tests.dll;bin\Test$(XA.Build.Configuration)\LogcatParse-Tests.dll;bin\Test$(XA.Build.Configuration)\Xamarin.Android.Tools.ApiXmlAdjuster-Tests.dll;bin\Test$(XA.Build.Configuration)\Xamarin.Android.Tools.Bytecode-Tests.dll" + /p:TestAssembly="bin\Test$(XA.Build.Configuration)\generator-Tests.dll;bin\Test$(XA.Build.Configuration)\Java.Interop.Tools.JavaCallableWrappers-Tests.dll;bin\Test$(XA.Build.Configuration)\logcat-parse-Tests.dll;bin\Test$(XA.Build.Configuration)\Xamarin.Android.Tools.ApiXmlAdjuster-Tests.dll;bin\Test$(XA.Build.Configuration)\Xamarin.Android.Tools.Bytecode-Tests.dll" /bl:$(System.DefaultWorkingDirectory)\bin\Test$(XA.Build.Configuration)\msbuild-run-ji-tests.binlog condition: succeededOrFailed() diff --git a/external/Java.Interop b/external/Java.Interop index 166a6c95260..e7d96f25258 160000 --- a/external/Java.Interop +++ b/external/Java.Interop @@ -1 +1 @@ -Subproject commit 166a6c95260330114174a91e8cf0b68cc0e14479 +Subproject commit e7d96f25258089ceb4a31cf87cb9bcc05741dc47