Build capacitor ionic 4 app on MS App center

I would like to ask if anyone tried building capacitor-based Ionic 4 Android, IOS versions on ms app center.
Thanks in advance

App Center doesn’t officially support Capacitor builds, but Capacitor projects are native projects, so you can create an iOS app with type Objective-C / Swift and App Center will detect the native project inside ios folder.

But since Capacitor, cordova/Capacitor plugins are distributed on npm, App Center won’t find them, so for building you’ll need to commit node_modules folder (remove the entry from the root .gitignore), ios/capacitor-cordova-ios-plugins and ios/App/public (remove the entries in ios/.gitignore)