From bf762e42384fdf4d16b32277344a6d43e0c09a7e Mon Sep 17 00:00:00 2001 From: Jonathon Marolf Date: Tue, 1 Nov 2022 11:29:57 -0700 Subject: [PATCH] add bug filing info --- .config/tsaoptions.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .config/tsaoptions.json diff --git a/.config/tsaoptions.json b/.config/tsaoptions.json new file mode 100644 index 0000000..96f3ee3 --- /dev/null +++ b/.config/tsaoptions.json @@ -0,0 +1,10 @@ +{ + "instanceUrl": "https://devdiv.visualstudio.com/", + "template": "TFSDEVDIV", + "projectName": "DEVDIV", + "areaPath": "DevDiv\\NET Developer Experience\\Productivity", + "iterationPath": "DevDiv", + "notificationAliases": [ "mlinfraswat@microsoft.com" ], + "repositoryName":"vscode-dotnet-pack", + "codebaseName": "vscode-dotnet-pack" +} \ No newline at end of file