Skip to content

Commit dcd4501

Browse files
author
Michael Jin
authored
Enable Codel and TSA (#660)
* Add tsaoptions and enable codeql * update * Revert "Add tsaoptions and enable codeql" This reverts commit be026dc. * Revert "update" This reverts commit 781ed09. * update * update * update * update * format fix
1 parent bcc86a8 commit dcd4501

2 files changed

Lines changed: 19 additions & 0 deletions

File tree

.config/tsaoptions.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"instanceUrl": "https://ceapex.visualstudio.com",
3+
"projectName": "Engineering",
4+
"areaPath": "Engineering\\Reference",
5+
"iterationPath": "Engineering",
6+
"notificationAliases": [ "[email protected]", "[email protected]" ],
7+
"template": "TFSMSAzure",
8+
"repositoryName": "api-doc-tools",
9+
"codebaseName": "Docs_Mdoc"
10+
}

azure-pipelines.lgtm.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,15 @@ pool:
1717

1818
variables:
1919
Codeql.Enabled: true
20+
Codeql.TSAEnabled: true
2021
solution: 'apidoctools.sln'
2122
buildConfiguration: 'Release'
2223

2324
steps:
25+
- task: CodeQL3000Init@0
26+
inputs:
27+
Enabled: true
28+
2429
- task: CmdLine@2
2530
displayName: make prepare
2631
inputs:
@@ -31,3 +36,7 @@ steps:
3136
inputs:
3237
solution: '$(solution)'
3338
configuration: '$(buildConfiguration)'
39+
40+
- task: CodeQL3000Finalize@0
41+
inputs:
42+
Enabled: true

0 commit comments

Comments
 (0)