Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/cecil.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/eng
diff options
context:
space:
mode:
authormdh1418 <mitchhwang1418@gmail.com>2022-11-03 18:22:11 +0300
committermdh1418 <mitchhwang1418@gmail.com>2022-11-03 18:22:11 +0300
commit156257db8fec76901eee12beb45539ee71e9bab9 (patch)
tree164a9ccd5782c5d43432af6a46dff28e7b0fd0a1 /eng
parent4a51257b6ac207cb7b0a51b34bfb3eab5d0dfae8 (diff)
Enable CodeQL with TSA
Diffstat (limited to 'eng')
-rw-r--r--eng/azure-pipelines.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/eng/azure-pipelines.yml b/eng/azure-pipelines.yml
index f3d6ea2..ba4c032 100644
--- a/eng/azure-pipelines.yml
+++ b/eng/azure-pipelines.yml
@@ -23,6 +23,10 @@ variables:
value: ${{ format('{0} /p:OfficialBuildId=$(Build.BuildNumber) /p:Test=false /p:IntegrationTest=false', variables['_BuildArgs']) }}
# Provide HelixApiAccessToken for telemetry
- group: DotNet-HelixApi-Access
+ - name: Codeql.Enabled
+ value: True
+ - name: Codeql.TSAEnabled
+ value: True
stages:
- stage: build