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 d5520b8 commit f8950caCopy full SHA for f8950ca
.pipelines/OneBranch.Official.yml
@@ -8,7 +8,22 @@
8
# Support: https://aka.ms/onebranchsup #
9
#################################################################################
10
11
-trigger: none
+name: $(BuildDefinitionName)_$(date:yyMM).$(date:dd)$(rev:rrr)
12
+
13
+# https://aka.ms/obpipelines/triggers
14
+trigger:
15
+ batch: true
16
+ branches:
17
+ include:
18
+ - main
19
+ - publish
20
21
+schedules:
22
+- cron: "0 8 * * *" # Daily at 8am UTC (midnight PST/1am PDT)
23
+ displayName: Daily build
24
25
26
27
28
variables:
29
CDP_DEFINITION_BUILD_COUNT: $[counter('', 0)] # needed for onebranch.pipeline.version task https://aka.ms/obpipelines/versioning
0 commit comments