Skip to content

Commit 472b500

Browse files
committed
Enable CodeQL in OneBranch
1 parent cc01da2 commit 472b500

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.pipelines/ConsoleGuiTools-Official.yml

+9
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@
1010

1111
trigger: none
1212

13+
schedules:
14+
- cron: '50 19 * * 3'
15+
displayName: Weekly CodeQL
16+
branches:
17+
include:
18+
- main
19+
always: true
20+
1321
parameters:
1422
- name: debug
1523
displayName: Enable debug output
@@ -106,6 +114,7 @@ extends:
106114
files_to_sign: "*.nupkg"
107115
- stage: release
108116
dependsOn: build
117+
condition: ne(variables['Build.Reason'], 'Schedule')
109118
variables:
110119
version: $[ stageDependencies.build.main.outputs['package.version'] ]
111120
drop: $(Pipeline.Workspace)/drop_build_main

0 commit comments

Comments
 (0)