Run dotnet-dotnet pipeline at midnight PST (#17738)

This commit is contained in:
Ella Hathaway 2023-11-08 15:20:43 -08:00 committed by GitHub
parent 6c07390ce4
commit 41b9905e88
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
# This is the dotnet/dotnet pipeline that is triggered every weekday at midnight (00:00 UTC) for "main" and when changes are pushed to release/* and internal/release/* branches.
# This is the dotnet/dotnet pipeline that is triggered every weekday at midnight PST (08:00 UTC) for "main" and when changes are pushed to release/* and internal/release/* branches.
schedules:
- cron: '0 0 * * Mon-Fri'
- cron: '0 8 * * Mon-Fri'
displayName: Weekday midnight build
branches:
include: