We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb0668b commit 069238eCopy full SHA for 069238e
.azuredevops/policies/branchClassification.yml
@@ -4,11 +4,12 @@ configuration:
4
branchClassificationSettings:
5
defaultClassification: nonproduction
6
ruleset:
7
- - name: prod-branches
8
- branchNames:
9
- - main
10
- - release/*
11
- - net10.0
12
- - net9.0
13
- - inflight/current
14
- classification: production
+ - name: prod-branches
+ branchNames:
+ - main
+ - release/*
+ - internal/release/*
+ - net10.0
+ - net9.0
+ - inflight/current
15
+ classification: production
eng/pipelines/azure-pipelines-internal.yml
@@ -28,6 +28,7 @@ schedules:
28
- main
29
- net10.0
30
- inflight/current
31
+ always: true
32
33
variables:
34
- template: /eng/common/templates/variables/pool-providers.yml@self
0 commit comments