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

[Bug] Publish Nuget Packages (Windows) pipeline fails due to Android 29 not being installed. #359

Open
RobertWildgoose opened this issue May 28, 2024 · 0 comments
Labels

Comments

@RobertWildgoose
Copy link

Describe the bug
Publish Nuget Packages (Windows) pipeline fails to build anything after Microcharts.Android as this task fails due to not having Android 29 installed along with JDK as well.

Which platform and version is this for?
This is specific to the Publish Nuget Packages (Windows) pipeline, but is preventing a new Nuget release being created.

To Reproduce
Steps to reproduce the behavior:

  1. Go to https://github.com/microcharts-dotnet/Microcharts/actions/runs/8915704079
  2. Click on 'Build and Pack Microcharts Android'
  3. See error

Expected behavior
This step should complete allowing nuget deploy to still occur.

Screenshots
If applicable, add screenshots to help explain your problem.

** Device**
N/A

Additional information
It looks like an additional step is needs to be added before the Build and pack Microcharts Android in order to installed Android SDK before building.

I've forked the repo and tested the yaml on my forked repo without pushing up to Nuget at the end,
See passed Pipeline

Preparing a PR to review when you have time :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant