Skip to content

Commit d7e5287

Browse files
tydunkelheaths
authored andcommitted
Add TSA bug logging to pipelines
1 parent 40fc0ae commit d7e5287

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

Diff for: .config/tsaoptions.json

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"codebaseName": "VsixBootstrapper",
3+
"instanceUrl": "https://devdiv.visualstudio.com/defaultcollection",
4+
"projectName": "DevDiv",
5+
"areaPath": "DevDiv\\VS Setup",
6+
"iterationPath": "DevDiv",
7+
"allTools": true
8+
}
9+

Diff for: .vsts-ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ extends:
1414
pool:
1515
name: VSEngSS-MicroBuild2022-1ES
1616
sdl:
17+
tsa:
18+
enabled: true
19+
configFile: $(Build.SourcesDirectory)\.config\tsaoptions.json
1720
policheck:
1821
enabled: true
1922
binskim:

Diff for: .vsts-compliance.yml

+4
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ extends:
3434
enabled: true
3535
prefast:
3636
enabled: true
37+
tsa:
38+
enabled: true
39+
configFile: $(Build.SourcesDirectory)\.config\tsaoptions.json
40+
onboard: false # We already onboarded
3741

3842
stages:
3943
- stage: Compliance

0 commit comments

Comments
 (0)