Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ trigger:
branches:
include:
- master
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we remove the master branch?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is updated to remove master in a later step after changing the default branch and recreating the DARC subscriptions.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually, I'm going to disable the PR builds entirely so all PRs retargeted to main don't queue up PR builds simultaneously.

- main
- release/3.*
- release/5.*
- internal/release/5.*
Expand All @@ -50,6 +51,7 @@ pr:
branches:
include:
- master
- main
- release/3.*
- internal/release/3.*
- release/5.*
Expand Down