Skip to content

Commit cda341b

Browse files
anuagragithAnukrati AgrawalCopilot
authored
Add 0.85-stable to Release pipeline branch allowlist (#16318)
Enables the Release pipeline to trigger for RELEASE: commits on 0.85-stable so preview builds publish. Adds the branch to the resources.pipelines trigger allowlist in both release.yml and release-pipeline.yml. Co-authored-by: Anukrati Agrawal <anuagra@microsoft.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent b85e8dc commit cda341b

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.ado/release-pipeline.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ resources:
3939
- '0.82-stable'
4040
- '0.83-stable'
4141
- '0.84-stable'
42+
- '0.85-stable'
4243
repositories:
4344
- repository: 1ESPipelineTemplates
4445
type: git

.ado/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ resources:
3434
- '0.82-stable'
3535
- '0.83-stable'
3636
- '0.84-stable'
37+
- '0.85-stable'
3738
repositories:
3839
- repository: 1ESPipelineTemplates
3940
type: git

0 commit comments

Comments
 (0)