Skip to content

Commit 675b5a9

Browse files
committed
TSA work
1 parent 83a3097 commit 675b5a9

File tree

3 files changed

+22
-0
lines changed

3 files changed

+22
-0
lines changed

.config/tsaoptions.json

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"areaPath": "DevDiv\\ASP.NET Core\\Blazor\\FluentUI Blazor Components",
3+
"codebaseName": "fluentui-blazor",
4+
"instanceUrl": "https://devdiv.visualstudio.com/",
5+
"iterationPath": "DevDiv",
6+
"notificationAliases": [
7+
"fluentui-blazor@microsoft.com"
8+
],
9+
"projectName": "DEVDIV",
10+
"repositoryName": "microsoft-fluentui-blazor",
11+
"template": "TFSDEVDIV"
12+
}

eng/pipelines/build-all-lib.yml

+5
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ extends:
4242
#template: v1/1ES.Unofficial.PipelineTemplate.yml@1esPipelines
4343
template: azure-pipelines/MicroBuild.1ES.Official.yml@MicroBuildTemplate
4444
parameters:
45+
sdl:
46+
policheck:
47+
enabled: true
48+
tsa:
49+
enabled: true
4550
# Update the pool with your team's 1ES hosted pool.
4651
pool:
4752
name: NetCore1ESPool-Internal

eng/pipelines/build-core-lib.yml

+5
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,11 @@ extends:
7676
#template: v1/1ES.Unofficial.PipelineTemplate.yml@1esPipelines
7777
template: azure-pipelines/MicroBuild.1ES.Official.yml@MicroBuildTemplate
7878
parameters:
79+
sdl:
80+
policheck:
81+
enabled: true
82+
tsa:
83+
enabled: true
7984
# Update the pool with your team's 1ES hosted pool.
8085
pool:
8186
name: NetCore1ESPool-Internal

0 commit comments

Comments
 (0)