Skip to content

Commit 4636a01

Browse files
[release/6.0] Fix AzDO area path for policy violations reporting (#57105)
* Update sdl-tsa-vars.config * Update tsaoptions.json --------- Co-authored-by: Artak <[email protected]>
1 parent c06a656 commit 4636a01

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.config/tsaoptions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"areaPath": "DevDiv\\ASP.NET Core",
2+
"areaPath": "DevDiv\\ASP.NET Core\\Policy Violations",
33
"codebaseName": "AspNetCore",
44
"instanceUrl": "https://devdiv.visualstudio.com/",
55
"iterationPath": "DevDiv",

eng/sdl-tsa-vars.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
-TsaProjectName DEVDIV
44
-TsaNotificationEmail [email protected]
55
-TsaCodebaseAdmin REDMOND\kevinpi
6-
-TsaBugAreaPath "DevDiv\ASP.NET Core"
6+
-TsaBugAreaPath "DevDiv\ASP.NET Core\Policy Violations"
77
-TsaIterationPath DevDiv
88
-TsaRepositoryName AspNetCore
99
-TsaCodebaseName AspNetCore

0 commit comments

Comments
 (0)