Add tsa config file to enable validation pipeline (#8666)

Context
MSBuild had been added to the code validation pipeline but was missing the tsa config file. Per the instructions here and after talking to Matt, adding this file

Changes Made
Added a tsa config file by copying from SDK

Testing
Not sure how to test this. I pushed an internal build but the checks didn't run as I'm told they run nightly in a separate pipeline.

Notes
Validation pipeline: https://dev.azure.com/dnceng/internal/_build/results?buildId=2157183&view=results
This commit is contained in:
Marc Paine 2023-04-21 00:40:43 -07:00 коммит произвёл GitHub
Родитель b1223ce6ba
Коммит ac3f5ad89f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 11 добавлений и 0 удалений

11
eng/sdl-tsa-vars.config Normal file
Просмотреть файл

@ -0,0 +1,11 @@
-SourceToolsList @("policheck","credscan")
-TsaInstanceURL https://devdiv.visualstudio.com/
-TsaProjectName DEVDIV
-TsaNotificationEmail dotnetdevexcli@microsoft.com
-TsaCodebaseAdmin REDMOND\marcpop
-TsaBugAreaPath "DevDiv\NET Tools\MSBuild"
-TsaIterationPath DevDiv
-TsaRepositoryName DotNet-msbuild-Trusted
-TsaCodebaseName DotNet-msbuild-Trusted
-TsaOnboard $True
-TsaPublish $True