Skip to content

Commit

Permalink
TSA work
Browse files Browse the repository at this point in the history
  • Loading branch information
vnbaaij committed Oct 29, 2024
1 parent 83a3097 commit 675b5a9
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .config/tsaoptions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"areaPath": "DevDiv\\ASP.NET Core\\Blazor\\FluentUI Blazor Components",
"codebaseName": "fluentui-blazor",
"instanceUrl": "https://devdiv.visualstudio.com/",
"iterationPath": "DevDiv",
"notificationAliases": [
"[email protected]"
],
"projectName": "DEVDIV",
"repositoryName": "microsoft-fluentui-blazor",
"template": "TFSDEVDIV"
}
5 changes: 5 additions & 0 deletions eng/pipelines/build-all-lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ extends:
#template: v1/1ES.Unofficial.PipelineTemplate.yml@1esPipelines
template: azure-pipelines/MicroBuild.1ES.Official.yml@MicroBuildTemplate
parameters:
sdl:
policheck:
enabled: true
tsa:
enabled: true
# Update the pool with your team's 1ES hosted pool.
pool:
name: NetCore1ESPool-Internal
Expand Down
5 changes: 5 additions & 0 deletions eng/pipelines/build-core-lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,11 @@ extends:
#template: v1/1ES.Unofficial.PipelineTemplate.yml@1esPipelines
template: azure-pipelines/MicroBuild.1ES.Official.yml@MicroBuildTemplate
parameters:
sdl:
policheck:
enabled: true
tsa:
enabled: true
# Update the pool with your team's 1ES hosted pool.
pool:
name: NetCore1ESPool-Internal
Expand Down

0 comments on commit 675b5a9

Please sign in to comment.