From 685e9bdd93fcd46eaa6f973606f8e92e6a65ca09 Mon Sep 17 00:00:00 2001 From: Santiago Fernandez Madero Date: Tue, 22 Oct 2019 10:27:41 -0700 Subject: [PATCH] Update TsaBugAreaPath to fix SDL Validation (dotnet/corefx#41993) Commit migrated from https://github.com/dotnet/corefx/commit/2513d13acfb7fff55c8d4f956bcc3d64cf33f810 --- eng/pipelines/libraries/.azure-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/pipelines/libraries/.azure-ci.yml b/eng/pipelines/libraries/.azure-ci.yml index e89e1fd..c955853 100644 --- a/eng/pipelines/libraries/.azure-ci.yml +++ b/eng/pipelines/libraries/.azure-ci.yml @@ -115,7 +115,7 @@ stages: -TsaProjectName "DEVDIV" -TsaNotificationEmail "$(TsaNotificationEmail)" -TsaCodebaseAdmin "$(TsaCodebaseAdmin)" - -TsaBugAreaPath "DevDiv\NET\NET Core" + -TsaBugAreaPath "DevDiv\NET Core" -TsaIterationPath "DevDiv" -TsaRepositoryName "CoreFX" -TsaCodebaseName "CoreFX" -- 2.7.4