Is it possible to configure Microsoft AppCenter to set build frequency on "Build this branch on every push" but to build if commit message contains a specific string for each push.
AppCenter: build if commit message contains a specific string
829 views Asked by mister_giga At
2

you can add pre-build script, do your check then call
exit 1if needed,reference: https://github.com/microsoft/appcenter/blob/1574250f1947cf2f595d1b63414199b167087bf0/sample-build-scripts/xamarin/app-displayname/appcenter-pre-build.sh#L64