Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[tests] Add Xamarin.Forms.Performance.Integration.Droid.csproj #830

Merged
merged 1 commit into from
Sep 8, 2017

Conversation

jonpryor
Copy link
Member

@jonpryor jonpryor commented Sep 7, 2017

Jenkins build 601 is unstable:

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
09ba1ee 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.

[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
09ba1ee 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.
@radekdoulik radekdoulik merged commit 53631f2 into dotnet:master Sep 8, 2017
jonpryor pushed a commit that referenced this pull request May 10, 2021
Changes: dotnet/java-interop@df4c5e7...4d0cba6

  * dotnet/java-interop@4d0cba64: [build] target net6.0 instead of netcoreapp3.1 (#829)
  * dotnet/java-interop@9444570b: [java-source-utils] Use mavenCentral, not jcenter (#830)
  * dotnet/java-interop@4ef50813: [Xamarin.Android.Tools.Bytecode] hide Kotlin internal nested types (#827)

Other changes are required here to enable Java.Interop to target
the `net6.0` target framework.
@github-actions github-actions bot locked and limited conversation to collaborators Feb 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants