Skip to content
Open
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
5 changes: 4 additions & 1 deletion eng/ci/official-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ schedules:
# Build nightly to catch any new CVEs and report SDL often.
# We are also required to generated CodeQL reports weekly, so this
# helps us meet that.
- cron: "0 0 * * *"
- cron: "0 6 * * *"
displayName: Nightly Build
branches:
include:
Expand All @@ -39,6 +39,9 @@ extends:
name: 1es-pool-azfunc
image: 1es-windows-2022
os: windows
${{ if eq( variables['Build.Reason'], 'Schedule' ) }}:
demands:
- Priority -equals Low

stages:
- stage: BuildAndSign
Expand Down