From efcd73e1ac129f59736fd82c652b9e2668d020fd Mon Sep 17 00:00:00 2001 From: Jonathan Pryor Date: Thu, 7 Sep 2017 17:59:15 -0400 Subject: [PATCH] [tests] Add Xamarin.Forms.Performance.Integration.Droid.csproj MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [Jenkins build 601][j601] is unstable: [j601]: https://jenkins.mono-project.com/view/Xamarin.Android/job/xamarin-android/601/ xamarin-android/build-tools/scripts/TestApks.targets: error : Tool exited with code: 255. Output: adb: error: cannot stat '…/xamarin-android/tests/../bin/TestRelease/Xamarin.Forms_Performance_Integration-Signed.apk': No such file or directory `Xamarin.Forms_Performance_Integration-Signed.apk` doesn't exist because it's not built, and it's not built because commit 09ba1ee4 forgot to add the project to `$(TEST_APK_PROJECTS)` within `Makefile`. (Oops.) Update `$(TEST_APK_PROJECTS)` so that `Xamarin.Forms.Performance.Integration.Droid.csproj` is built. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 97a60715ed3..a68244d69e1 100644 --- a/Makefile +++ b/Makefile @@ -155,6 +155,7 @@ run-ji-tests: TEST_APK_PROJECTS = \ src/Mono.Android/Test/Mono.Android-Tests.csproj \ tests/CodeGen-Binding/Xamarin.Android.JcwGen-Tests/Xamarin.Android.JcwGen-Tests.csproj \ + tests/Xamarin.Forms-Performance-Integration/Droid/Xamarin.Forms.Performance.Integration.Droid.csproj \ tests/locales/Xamarin.Android.Locale-Tests/Xamarin.Android.Locale-Tests.csproj TEST_APK_PROJECTS_RELEASE = \