From 1ce2c9313e73716fe35d917af0a140a6fefaa079 Mon Sep 17 00:00:00 2001 From: YuliiaKovalova Date: Tue, 24 Sep 2024 18:46:38 +0200 Subject: [PATCH 1/2] add tsa file --- .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..6bee9f0 --- /dev/null +++ b/.config/tsaoptions.json @@ -0,0 +1,10 @@ +{ + "instanceUrl": "https://devdiv.visualstudio.com/", + "template": "TFSDEVDIV", + "projectName": "DEVDIV", + "areaPath": "DevDiv\\NET Tools\\MSBuild", + "iterationPath": "DevDiv", + "notificationAliases": [ "devuxteamprague@microsoft.com" ], + "repositoryName": "MSBuildLocator", + "codebaseName": "MSBuildLocator" +} \ No newline at end of file From 34ed2b55005f21c6804d2b77f83322c027e8caa0 Mon Sep 17 00:00:00 2001 From: YuliiaKovalova <95473390+YuliiaKovalova@users.noreply.github.com> Date: Wed, 25 Sep 2024 09:49:10 +0200 Subject: [PATCH 2/2] update notification target --- .config/tsaoptions.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/tsaoptions.json b/.config/tsaoptions.json index 6bee9f0..51a62c6 100644 --- a/.config/tsaoptions.json +++ b/.config/tsaoptions.json @@ -4,7 +4,7 @@ "projectName": "DEVDIV", "areaPath": "DevDiv\\NET Tools\\MSBuild", "iterationPath": "DevDiv", - "notificationAliases": [ "devuxteamprague@microsoft.com" ], + "notificationAliases": [ "msbtm@microsoft.com" ], "repositoryName": "MSBuildLocator", "codebaseName": "MSBuildLocator" -} \ No newline at end of file +}