I would like to know if it is possible to create a build of ionic capacitor application android/ios into Azure DevOps Pipeline. Anyone familiar with the script or configuratione?
Currently I know capacitor need Android Studio or XCode to do the build but hope we have the same functionality in Azure DevOps Pipeline.
you can build an Ionic Capacitor app in Azure DevOps. For Android, use Gradle or Android Build, and for iOS, you’ll need a macOS agent with Xcode. Set up the pipeline to install dependencies, run ionic build and capacitor sync, and then build for the respective platforms. Check Azure’s documentation for more details.