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 a3208db commit 403672cCopy full SHA for 403672c
.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
@@ -29,6 +29,7 @@ schedules:
29
- main
30
- net10.0
31
- inflight/current
32
+ always: true
33
34
variables:
35
- template: /eng/common/templates/variables/pool-providers.yml@self
0 commit comments