Skip to content

Commit 5989aa4

Browse files
authored
enable codeql in default pipeline (#13418)
1 parent 2c8ebd6 commit 5989aa4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ variables:
5656
value: .NETCore
5757
- name: VisualStudioDropName
5858
value: Products/$(System.TeamProject)/$(Build.Repository.Name)/$(Build.SourceBranchName)/$(Build.BuildNumber)
59+
- name: Codeql.Enabled
60+
value: true
5961
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
6062
- name: _DotNetValidationArtifactsCategory
6163
value: .NETCoreValidation

0 commit comments

Comments
 (0)