Add a pipeline template to mark SDK package as released#11741
Merged
praveenkuttappan merged 2 commits intoAzure:mainfrom Aug 20, 2025
Merged
Add a pipeline template to mark SDK package as released#11741praveenkuttappan merged 2 commits intoAzure:mainfrom
praveenkuttappan merged 2 commits intoAzure:mainfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR introduces a new Azure DevOps pipeline template to automatically mark SDK packages as released during the release stage. The template provides a reusable component that can be integrated into release pipelines to update package release status.
- Adds a new YAML template for marking package release completion
- Uses Azure CLI task with PowerShell Core to execute the release marking script
- Includes error handling and conditional execution based on pipeline variables
Collaborator
|
The following pipelines have been queued for testing: |
benbp
approved these changes
Aug 20, 2025
This was referenced Aug 20, 2025
azure-sdk
added a commit
to Azure/azure-sdk-for-rust
that referenced
this pull request
Aug 20, 2025
Sync eng/common directory with azure-sdk-tools for PR Azure/azure-sdk-tools#11741 See [eng/common workflow](https://github.com/Azure/azure-sdk-tools/blob/main/eng/common/README.md#workflow) --------- Co-authored-by: Praveen Kuttappan <praveen.kuttappan@gmail.com>
weshaggard
reviewed
Aug 20, 2025
| arguments: -PackageInfoFilePath '${{ parameters.ConfigFileDir }}/${{ parameters.PackageArtifactName }}.json' | ||
| workingDirectory: $(Pipeline.Workspace) | ||
| displayName: Mark package as released | ||
| continueOnError: true |
Member
There was a problem hiding this comment.
Why do we want to continue on error?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
New template that will be plugged in release stage to mark package as released.
Tested this change for azure-python package.
https://dev.azure.com/azure-sdk/internal/_build/results?buildId=5241649&view=logs&j=fa3624e2-400d-536b-43d3-bbed08ab0689&t=8abdbc0f-57ac-57a8-011c-ba46c0035f42&l=61