Skip to content

Commit

Permalink
added main branch to yml files (#5715)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelgsharp authored Mar 16, 2021
1 parent b741eb5 commit 2c8afeb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
5 changes: 3 additions & 2 deletions build/.night-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,15 @@ pr: none
# no CI builds
trigger: none

# scheduled trigger, runs at UTC 8:00 every day which is midnight of GMT-8
# scheduled trigger, runs at UTC 8:00 every day which is midnight of GMT-8
schedules:
- cron: "0 8 * * *"
displayName: Nightly Build at midnight
branches:
include:
- master
- releases/1.0
- main
- releases/1.5.5
- features/automl
- features/integrationPackage
always: true
Expand Down
7 changes: 4 additions & 3 deletions build/.outer-loop-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,15 @@ pr: none
# no CI builds
trigger: none

# scheduled trigger, runs at UTC 8:00 every day which is midnight of GMT-8
# scheduled trigger, runs at UTC 8:00 every day which is midnight of GMT-8
schedules:
- cron: "0 8 * * *"
displayName: outer loop build at midnight
branches:
include:
- master
- releases/1.0
- main
- releases/1.5.5
- features/automl
- features/integrationPackage
always: true
Expand All @@ -25,7 +26,7 @@ resources:
containers:
- container: CentosContainer
image: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-7-mlnet-8bba86b-20190314145033

- container: UbuntuContainer
image: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-16.04-mlnet-20200515184230-2c829e8

Expand Down

0 comments on commit 2c8afeb

Please sign in to comment.