maui
maui copied to clipboard
[housekeeping] Use MSBuild for provisioning Android SDK, Appium
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.
/azp run
Azure Pipelines failed to run 3 pipeline(s).
@Redth Could you rebase and fix the conflicts? Thanks in advance.
Make sure to rebase with latest changes the remove provisionator
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?
I think we should rebase
/azp run
Azure Pipelines successfully started running 1 pipeline(s), but failed to run 2 pipeline(s).
I have based my PR to make things work better and on linux and hopefully faster: https://github.com/dotnet/maui/pull/28065
This was fixed by https://github.com/dotnet/maui/pull/28065