Skip to content

Commit

Permalink
Enable PR and CI builds for feature branches (microsoft#838)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcooley committed Dec 2, 2019
1 parent f395d14 commit 1207f9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/pipelines/azure-pipelines.ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@
trigger:
- master
- servicing/*
- feature/*
pr:
- master
- servicing/*
- feature/*

name: 0.$(Date:yyMM).$(DayOfMonth)$(Rev:rr).0

Expand Down

0 comments on commit 1207f9a

Please sign in to comment.