Skip to content

Commit 63c2078

Browse files
authored
Fix AzDO area path for policy violations reporting (dotnet#45255)
* Update sdl-tsa-vars.config * Update tsaoptions.json
1 parent 971df4c commit 63c2078

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.config/tsaoptions.json

+1-1
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

+1-1
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)