Skip to content

Commit

Permalink
Include all release/* branches into AzureDevOps build
Browse files Browse the repository at this point in the history
We need this for .NET 6 branches, but eventually also 7...
  • Loading branch information
DavidKarlas committed Apr 20, 2021
1 parent 73c24df commit 04bef4c
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,15 @@ trigger:
include:
- stabilize
- main
- release/3*
- release/5*
- internal/release/3*
- internal/release/5*
- release/*
- internal/release/*
- feature/*
pr:
branches:
include:
- stabilize
- main
- release/3*
- release/5*
- release/*
- feature/*

variables:
Expand Down

0 comments on commit 04bef4c

Please sign in to comment.