Questions tagged [visual-studio-app-center]

App Center by Visual Studio offers a comprehensive solution for continuous integration, delivery, and collecting feedback on your Android, iOS, Windows, and macOS applications. This platform empowers you to release top-notch apps quickly and with optimized confidence levels.

How can I set up a script to run automatically in App Center during the process between cloning the git repository and installing npm

To configure App Center to work with my monorepo React Native app, I am exploring options for inserting custom bash scripts between the automated git clone and npm install commands triggered by App Center. App Center automatically clones the linked project ...