Skip to content

Commit 403672c

Browse files
[release/10.0.1xx-rc2] [net10.0] [ci] Fix branch classification (#31813)
* [ci] Fix branch classification * [ci] Fix schedule --------- Co-authored-by: Rui Marinho <me@ruimarinho.net>
1 parent a3208db commit 403672c

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

.azuredevops/policies/branchClassification.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@ configuration:
44
branchClassificationSettings:
55
defaultClassification: nonproduction
66
ruleset:
7-
- name: prod-branches
8-
branchNames:
9-
- main
10-
- release/*
11-
- net10.0
12-
- net9.0
13-
- inflight/current
14-
classification: production
7+
- name: prod-branches
8+
branchNames:
9+
- main
10+
- release/*
11+
- internal/release/*
12+
- net10.0
13+
- net9.0
14+
- inflight/current
15+
classification: production

eng/pipelines/azure-pipelines-internal.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ schedules:
2929
- main
3030
- net10.0
3131
- inflight/current
32+
always: true
3233

3334
variables:
3435
- template: /eng/common/templates/variables/pool-providers.yml@self

0 commit comments

Comments
 (0)