diff --git a/.azure-pipelines/main.yml b/.azure-pipelines/main.yml index f4f7762..a5d5922 100644 --- a/.azure-pipelines/main.yml +++ b/.azure-pipelines/main.yml @@ -4,12 +4,16 @@ jobs: vmImage: windows-latest steps: - template: job-steps.yml + variables: + Codeql.Enabled: true - job: Linux pool: vmImage: ubuntu-latest steps: - template: job-steps.yml + variables: + Codeql.Enabled: true trigger: branches: