Skip to content

AppCenterDistributeV3 - Set the release ID as ADO variable #21224

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

ranjith-teams
Copy link

@ranjith-teams ranjith-teams commented Aug 13, 2025

Summary:
Define the release ID as an Azure DevOps variable to enable its use in subsequent steps for reporting.

Context

The AppCenterDistributeV3 task streamlines the process of uploading builds and initiating releases within our CI/CD pipeline. To enhance workflow automation, we aim to notify the test and development teams by providing direct access to the release via a shared link. Currently, this is facilitated using the appcenter-cli, which introduces additional overhead and complexity. By capturing the releaseID as an Azure DevOps (ADO) pipeline variable, we can significantly simplify this process. This approach will enable seamless integration with downstream tasks, improve traceability, and support more efficient build workflows.

Task Name

AppCenterDistributeV3

Description

Once the builds have been successfully uploaded and the releaseId is obtained, the vso[task.setVariable] command is used to assign the retrieved releaseId to a pipeline variable.
The minor version has been bumped up to 261 for the current sprint.

Risk Assessment (Low / Medium / High)

Low, as this involves setting a pipeline variable.


Change Behind Feature Flag (Yes / No)

This is very small change and will not impact users


Tech Design / Approach

NA


Documentation Changes Required (Yes/No)

No

Unit Tests Added or Updated (Yes / No)

NA


Additional Testing Performed

NA


Logging Added/Updated (Yes/No)

Yes


Telemetry Added/Updated (Yes/No)

NA

Rollback Scenario and Process (Yes/No)

No


Dependency Impact Assessed and Regression Tested (Yes/No)

NA

Checklist

  • Related issue linked (if applicable)
  • Task version was bumped — see versioning guide
  • Verified the task behaves as expected

Set the release ID as a variable so it can be used in subsequent tasks for reporting purposes.
@tarunramsinghani
Copy link
Contributor

Please add proper description, link to issue and other details in the PR template for reviews.

updated version
@ranjith-teams
Copy link
Author

ranjith-teams commented Aug 14, 2025 via email

updated minor version
@ranjith-teams ranjith-teams changed the title AppCenterDistributeV3 - Set the release ID to a variable AppCenterDistributeV3 - Set the release ID as ADO variable Aug 14, 2025
@ranjith-teams
Copy link
Author

Please add proper description, link to issue and other details in the PR template for reviews.

Updated, thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants