Try to enable provisionator only on DevDiv to fix any sign issues needed for Tests that need signing for example.
Removes some localization files that are not needed anymore
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.
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