We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9760b30 commit 2ae9699Copy full SHA for 2ae9699
azure-pipelines/official-build.yml
@@ -11,7 +11,7 @@ schedules:
11
# Build nightly to catch any new CVEs and report SDL often.
12
# We are also required to generated CodeQL reports weekly, so this
13
# helps us meet that.
14
-- cron: "0 0 * * *"
+- cron: "0 6 * * *"
15
displayName: Nightly Build
16
branches:
17
include:
@@ -32,6 +32,9 @@ extends:
32
name: 1es-pool-azfunc
33
image: 1es-windows-2022
34
os: windows
35
+ ${{ if eq( variables['Build.Reason'], 'Schedule' ) }}:
36
+ demands:
37
+ - Priority -equals Low
38
39
stages:
40
- stage: WindowsUnitTests
0 commit comments