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.
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
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:
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 :)