We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3c2984 commit 67c5b93Copy full SHA for 67c5b93
1 file changed
eng/ci/release.yml
@@ -10,7 +10,10 @@ resources:
10
pipelines:
11
- pipeline: DurableTaskPythonBuildPipeline
12
source: durabletask-python.official
13
- branch: main
+ # NOTE: `branch:` is intentionally omitted during bring-up so the release
14
+ # can pull the latest successful build from any branch. Once this is
15
+ # merged to main and the official build has run there, restore
16
+ # `branch: main` so only main builds are releasable.
17
18
extends:
19
template: v1/1ES.Official.PipelineTemplate.yml@1ESPipelineTemplates
0 commit comments