With the recent prolific problems with Azure DevOps' macOS-10.15 and macOS-latest agents one of the solutions to get around the problem at least my Expo build was to use the macos-10.14 agent which is all well and good. However, in my Cordova project I am using a plugin that uses UIDatePickerStyleWheels which is resolved by an XCode update to 11.6
I was wondering how do you upgrade XCode within an Azure DevOps pipelines. Especially since the agent is headless I can't just enter a password or access the App Store to download.

