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 task to your YAML file

In your Azure DevOps project, select Pipelines.

Select your release pipeline.

Select Edit.

The Kobiton App Version Uploader task will be added to your YAML file where your cursor is currently located. Move your cursor to the location where you’d like to add the 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 main 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.