File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -73,6 +73,9 @@ extends:
73
73
sbom :
74
74
enabled : false # VS SBOM is generated with other steps
75
75
justificationForDisabling : ' SBOM for F# is generated via build process. Will be migrated at later date.'
76
+ tsa :
77
+ enabled : true
78
+ configFile : ' $(Build.SourcesDirectory)/eng/TSAConfig.gdntsa'
76
79
sourceAnalysisPool :
77
80
name : NetCore1ESPool-Svc-Internal
78
81
image : 1es-windows-2022
Original file line number Diff line number Diff line change
1
+ {
2
+ "codebaseName": "FSharp-GitHub",
3
+ "notificationAliases": [
4
+
5
+ ],
6
+ "codebaseAdmins": [
7
+ "EUROPE\\vlza",
8
+ "REDMOND\\kevinransom",
9
+ "EUROPE\\tomasgrosup"
10
+ ],
11
+ "instanceUrl": "https://devdiv.visualstudio.com",
12
+ "projectName": "DevDiv",
13
+ "areaPath": "DevDiv\\FSharp",
14
+ "iterationPath": "DevDiv",
15
+ "allTools": true
16
+ }
You can’t perform that action at this time.
0 commit comments