-
Notifications
You must be signed in to change notification settings - Fork 998
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update area paths to be like 3.1 (#2440)
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -166,13 +166,13 @@ stages: | |
# This is to enable SDL runs part of Post-Build Validation Stage | ||
# Disabled for now until winforms onboards to TSA | ||
SDLValidationParameters: | ||
enable: true | ||
enable: false | ||
params: ' -SourceToolsList @("policheck","credscan") | ||
-TsaInstanceURL "https://devdiv.visualstudio.com/" | ||
-TsaProjectName "DEVDIV" | ||
-TsaNotificationEmail "[email protected]" | ||
-TsaCodebaseAdmin "REDMOND\advolker" | ||
-TsaBugAreaPath "DevDiv\NET\NET Core\Winforms" | ||
-TsaBugAreaPath "DevDiv\NET Core\Winforms" | ||
-TsaIterationPath "DevDiv" | ||
-TsaRepositoryName "Winforms" | ||
-TsaCodebaseName "Winforms" | ||
|