dotnet / android

.NET for Android provides open-source bindings of the Android SDK for use with .NET managed languages such as C#
MIT License
1.93k stars 532 forks source link

[d17-5][ci] Move PR build to shared pool #9476

Open pjcollins opened 3 weeks ago

pjcollins commented 3 weeks ago

Removes our dependency on the Android specific build pool, which should reduce overall pool maintenance effort and cost.

The VSEng-VSMac-Xamarin-Shared pool is used by a handful of teams and also consists of physical macOS machines that should be more performant than the hosted options.

pjcollins commented 3 weeks ago

Looks like this is going to require changes in monodroid and elsewhere to property validate, going to keep this a draft unless we need it.