Split ado release pipeline into two gated stages#165
Merged
berndverst merged 2 commits intoJun 29, 2026
Conversation
berndverst
approved these changes
Jun 29, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the Azure DevOps (ADO) pipeline configuration to better separate release responsibilities between the core durabletask package and the dependent durabletask-azuremanaged provider, and reduces the durabletask.official scheduled build frequency to weekly.
Changes:
- Split the
eng/ci/release.ymlrelease pipeline into two stages: one fordurabletaskand one fordurabletask-azuremanaged, with an explicit dependency ordering. - Change
eng/ci/official-build.ymlscheduled run from nightly to weekly (Sunday at 05:00 UTC), updating schedule metadata accordingly.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| eng/ci/release.yml | Splits the release pipeline into two stages to separately publish durabletask and durabletask-azuremanaged, adding stage dependency wiring. |
| eng/ci/official-build.yml | Changes the schedule from nightly to weekly to reduce run frequency while still meeting regular SDL/CodeQL expectations. |
Comment on lines
+65
to
+68
| # Wait for the core durabletask stage to finish before publishing the | ||
| # dependent provider package. If the durabletask stage is de-selected | ||
| # at queue time, ADO skips it and this stage runs on its own. | ||
| dependsOn: release_durabletask |
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.
Also drops back the frequency of
durabletask.officialbuild to weekly