mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
* Add CodeQL to product build pipeline * Fix parsing error * Remove variable * Remove variables and add to pipeline * Add CodeQL Finalize step
25 lines
506 B
JSON
25 lines
506 B
JSON
{
|
|
"codebaseName": "Azure Data Studio",
|
|
"ppe": false,
|
|
"notificationAliases": [
|
|
"kvhdir@microsoft.com",
|
|
"sakshis@microsoft.com"
|
|
],
|
|
"codebaseAdmins": [
|
|
"REDMOND\\karlb",
|
|
"REDMOND\\chgagnon",
|
|
"REDMOND\\kisantia",
|
|
"REDMOND\\sakshis"
|
|
],
|
|
"instanceUrl": "https://msdata.visualstudio.com",
|
|
"projectName": "Database Systems",
|
|
"areaPath": "Database Systems\\SQL Tools\\Azure Data Studio",
|
|
"notifyAlways": true,
|
|
"template": "TFSDEVDIV",
|
|
"tools": [
|
|
"BinSkim",
|
|
"CredScan",
|
|
"CodeQL"
|
|
]
|
|
}
|