Upload an app using Azure DevOps Learn how to upload an app to your app repository using Azure DevOps. Before you start You’ll need to complete the following: Add the Kobiton Azure DevOps extension to your project. Configure your environment variables. Add the task to your YAML file In your Azure DevOps project, select Pipelines. Select your pipeline. Select Edit. Move your cursor to the location where you’d like to add a new task. In the Tasks pane, search for and select Kobiton App Version Uploader. Use the following table to configure the task: Parameter Required Environment Variable(s) Description Kobiton API credentials Yes KOBITON_USERNAME KOBITON_API_KEY Your Kobiton API credentials. File path Yes N/A The path from your project root to your .apk or .ipa file. App ID/URL No KOBITON_SESSION_APPLICATION Your app’s Kobiton App ID. When you’re finished, select Add. Verify the task has been added to the correct location in your YAML file, then select Save. Choose to commit directly to your default branch or create a new branch, then select Save. Upload an app In your Azure DevOps project, select Pipelines. Select your release pipeline. Select Run pipeline to upload an app to your app repository.