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 cc01da2 commit 472b500Copy full SHA for 472b500
.pipelines/ConsoleGuiTools-Official.yml
@@ -10,6 +10,14 @@
10
11
trigger: none
12
13
+schedules:
14
+- cron: '50 19 * * 3'
15
+ displayName: Weekly CodeQL
16
+ branches:
17
+ include:
18
+ - main
19
+ always: true
20
+
21
parameters:
22
- name: debug
23
displayName: Enable debug output
@@ -106,6 +114,7 @@ extends:
106
114
files_to_sign: "*.nupkg"
107
115
- stage: release
108
116
dependsOn: build
117
+ condition: ne(variables['Build.Reason'], 'Schedule')
109
118
variables:
110
119
version: $[ stageDependencies.build.main.outputs['package.version'] ]
111
120
drop: $(Pipeline.Workspace)/drop_build_main
0 commit comments