maui icon indicating copy to clipboard operation
maui copied to clipboard

[housekeeping] Use MSBuild for provisioning Android SDK, Appium

Open Redth opened this issue 1 year ago • 3 comments
trafficstars

This switches Appium and Android SDK to provision via MSBuild targets instead of cake/ps1 scripts and puts all of the version and api level/sdk package info into the Version.props to centralize the source of truth.

Redth avatar Oct 15 '24 14:10 Redth

/azp run

Redth avatar Oct 18 '24 15:10 Redth

Azure Pipelines failed to run 3 pipeline(s).

azure-pipelines[bot] avatar Oct 18 '24 15:10 azure-pipelines[bot]

@Redth Could you rebase and fix the conflicts? Thanks in advance.

jsuarezruiz avatar Oct 23 '24 09:10 jsuarezruiz

Make sure to rebase with latest changes the remove provisionator

rmarinho avatar Nov 01 '24 15:11 rmarinho

When using from the arcade approach it seems there are some issues.

So the usage of calling the tools.csproj can be triggered by

PS C:\repos\dotnet\maui> .\build.cmd -pack -verb:diag

I commented out things here but have them updated to what they could be... not sure if we want to try and do that in this PR, but we can move that direction eventually?

Redth avatar Nov 01 '24 19:11 Redth

I think we should rebase

rmarinho avatar Nov 04 '24 18:11 rmarinho

/azp run

Redth avatar Nov 27 '24 18:11 Redth

Azure Pipelines successfully started running 1 pipeline(s), but failed to run 2 pipeline(s).

azure-pipelines[bot] avatar Nov 27 '24 18:11 azure-pipelines[bot]

I have based my PR to make things work better and on linux and hopefully faster: https://github.com/dotnet/maui/pull/28065

mattleibow avatar Feb 26 '25 16:02 mattleibow

This was fixed by https://github.com/dotnet/maui/pull/28065

rmarinho avatar Mar 05 '25 15:03 rmarinho