mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Adding CodeQL in Windows pipeline for product build (#24496)
* Add CodeQL to product build pipeline * Fix parsing error * Remove variable * Remove variables and add to pipeline * Add CodeQL Finalize step
This commit is contained in:
@@ -1,16 +1,19 @@
|
||||
{
|
||||
"codebaseName": "devdiv_vscode-client",
|
||||
"codebaseName": "Azure Data Studio",
|
||||
"ppe": false,
|
||||
"notificationAliases": [
|
||||
"sbatten@microsoft.com"
|
||||
"kvhdir@microsoft.com",
|
||||
"sakshis@microsoft.com"
|
||||
],
|
||||
"codebaseAdmins": [
|
||||
"REDMOND\\stbatt",
|
||||
"REDMOND\\monacotools"
|
||||
"REDMOND\\karlb",
|
||||
"REDMOND\\chgagnon",
|
||||
"REDMOND\\kisantia",
|
||||
"REDMOND\\sakshis"
|
||||
],
|
||||
"instanceUrl": "https://devdiv.visualstudio.com/defaultcollection",
|
||||
"projectName": "DevDiv",
|
||||
"areaPath": "DevDiv\\VS Code (compliance tracking only)\\Visual Studio Code Client",
|
||||
"instanceUrl": "https://msdata.visualstudio.com",
|
||||
"projectName": "Database Systems",
|
||||
"areaPath": "Database Systems\\SQL Tools\\Azure Data Studio",
|
||||
"notifyAlways": true,
|
||||
"template": "TFSDEVDIV",
|
||||
"tools": [
|
||||
|
||||
Reference in New Issue
Block a user