Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 9 additions & 8 deletions .azuredevops/policies/branchClassification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ configuration:
branchClassificationSettings:
defaultClassification: nonproduction
ruleset:
- name: prod-branches
branchNames:
- main
- release/*
- net10.0
- net9.0
- inflight/current
classification: production
- name: prod-branches
branchNames:
- main
- release/*
- internal/release/*
- net10.0
- net9.0
- inflight/current
classification: production
1 change: 1 addition & 0 deletions eng/pipelines/azure-pipelines-internal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ schedules:
- main
- net10.0
- inflight/current
always: true

variables:
- template: /eng/common/templates/variables/pool-providers.yml@self
Expand Down