Skip to content
| Marketplace
Sign in
Azure DevOps>Azure Pipelines>Azure DevOps Mobile App Tasks for Android
Azure DevOps Mobile App Tasks for Android

Azure DevOps Mobile App Tasks for Android

Danijel Grabar

|
65 installs
| (1) | Free
Tasks for handling Android applications in Azure DevOps (VSTS). Can extract app versionName and versionCode.
Get it free

Android Mobile App Tasks for Azure DevOps (VSTS)

Quick overview

The tasks available in this extension are:

  • AndroidVersionExtract

Provided are powershell core and a TS script.

Check the Github for source code.

Android - Extract app versionName and versionCode

Task to extract app versionName and versionCode from the AndroidManifest.xml file at build time.

Example of usage from Azure

Extract app versionName and versionCode at build time:

- task: android-manifest-extract-version-name-code@1
  inputs:
    pathToAndroidManifest: ...

After task execution following variables will be available for the next tasks:

  • VERSION_NAME
  • VERSION_CODE

Example of retrieving Android app versionName and versionCode from VS Code:

For the AndroidVersionExtract:

PowerShell: $env:INPUT_pathToAndroidManifest="..\Properties\AndroidManifest.xml"

PowerShell: tsc task.ts; node task.js
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft