dotnet / maui

.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
https://dot.net/maui
MIT License
22.26k stars 1.76k forks source link

[ci] Enable provisionator with variable or devdiv #25966

Closed rmarinho closed 2 days ago

rmarinho commented 3 days ago

Description of Change

Did some testing and seems that moving some builds to arm64 and release will actually be slower because of AOT. this PR keeps still the builds on x64 for now. MacOS in Debug was faster, from 17 to 9 min. while on release was more than 2H.

arm64 run : https://devdiv.visualstudio.com/DevDiv/_build/results?buildId=10584696&view=results x64 run https://devdiv.visualstudio.com/DevDiv/_build/results?buildId=10584886&view=results

Work related with #25948