Skip to content

Commit

Permalink
[build] update nightly CI triggers (#6313)
Browse files Browse the repository at this point in the history
Context: https://docs.microsoft.com/azure/devops/pipelines/yaml-schema

Our nightly build is currently building all `release/*` branches.

Let's update this to ignore past preview branches.

Let's also update the VS branches this runs against.
  • Loading branch information
jonathanpeppers committed Sep 21, 2021
1 parent d61aae7 commit cffcd0e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build-tools/automation/azure-pipelines-nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,11 @@ schedules:
branches:
include:
- main
- d16-9
- d16-11
- d17-0
- release/*
exclude:
- release/6.0.1xx-preview*

# External sources, scripts, tests, and yaml template files.
resources:
Expand Down

0 comments on commit cffcd0e

Please sign in to comment.