Skip to content

Commit

Permalink
Enable CodeQL in OneBranch
Browse files Browse the repository at this point in the history
  • Loading branch information
andyleejordan committed Jun 19, 2024
1 parent cc01da2 commit 472b500
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .pipelines/ConsoleGuiTools-Official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@

trigger: none

schedules:
- cron: '50 19 * * 3'
displayName: Weekly CodeQL
branches:
include:
- main
always: true

parameters:
- name: debug
displayName: Enable debug output
Expand Down Expand Up @@ -106,6 +114,7 @@ extends:
files_to_sign: "*.nupkg"
- stage: release
dependsOn: build
condition: ne(variables['Build.Reason'], 'Schedule')
variables:
version: $[ stageDependencies.build.main.outputs['package.version'] ]
drop: $(Pipeline.Workspace)/drop_build_main
Expand Down

0 comments on commit 472b500

Please sign in to comment.