Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.31 KB

Azure.DevOps.Repos.Branch.BranchPolicyRequireBuild.md

File metadata and controls

32 lines (22 loc) · 1.31 KB
category severity online version
Microsoft Azure DevOps Repos
Severe

Azure.DevOps.Repos.Branch.BranchPolicyRequireBuild

SYNOPSIS

The branch policy should be configured to require a build or CI pipeline to pass before changes can be merged into the default branch.

DESCRIPTION

The branch policy should be configured to require a build or CI pipeline to pass before changes can be merged into the default branch. This ensures that changes are validated before being merged into the default branch. This rule does not validate that the build or CI pipeline is configured correctly. It only validates that a build or CI pipeline is configured.

Mininum TokenType: ReadOnly

RECOMMENDATION

Consider enabling the branch policy to require a build or CI pipeline to pass

LINKS