I am developing a NativeScript Angular app. and I want to automate the process of build for iOS and Android devices whenever any commit OR merge is made to the main branch. Preferably using the Azure Pipelines.
So, more like whenever the main branch is updated, the build for iOS (.ipa) and Android (.apk) files should kick-in and the output should be the .ipa and. apk files.
Is there any documentation or possible ways I could implement this?
Thanks in Advance!

