Skip to content

Commit ac3f5ad

Browse files
authored
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
1 parent b1223ce commit ac3f5ad

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

eng/sdl-tsa-vars.config

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
-SourceToolsList @("policheck","credscan")
2+
-TsaInstanceURL https://devdiv.visualstudio.com/
3+
-TsaProjectName DEVDIV
4+
-TsaNotificationEmail [email protected]
5+
-TsaCodebaseAdmin REDMOND\marcpop
6+
-TsaBugAreaPath "DevDiv\NET Tools\MSBuild"
7+
-TsaIterationPath DevDiv
8+
-TsaRepositoryName DotNet-msbuild-Trusted
9+
-TsaCodebaseName DotNet-msbuild-Trusted
10+
-TsaOnboard $True
11+
-TsaPublish $True

0 commit comments

Comments
 (0)