File tree 3 files changed +22
-0
lines changed
3 files changed +22
-0
lines changed Original file line number Diff line number Diff line change
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
+ }
Original file line number Diff line number Diff line change @@ -42,6 +42,11 @@ extends:
42
42
# template: v1/1ES.Unofficial.PipelineTemplate.yml@1esPipelines
43
43
template : azure-pipelines/MicroBuild.1ES.Official.yml@MicroBuildTemplate
44
44
parameters :
45
+ sdl :
46
+ policheck :
47
+ enabled : true
48
+ tsa :
49
+ enabled : true
45
50
# Update the pool with your team's 1ES hosted pool.
46
51
pool :
47
52
name : NetCore1ESPool-Internal
Original file line number Diff line number Diff line change @@ -76,6 +76,11 @@ extends:
76
76
# template: v1/1ES.Unofficial.PipelineTemplate.yml@1esPipelines
77
77
template : azure-pipelines/MicroBuild.1ES.Official.yml@MicroBuildTemplate
78
78
parameters :
79
+ sdl :
80
+ policheck :
81
+ enabled : true
82
+ tsa :
83
+ enabled : true
79
84
# Update the pool with your team's 1ES hosted pool.
80
85
pool :
81
86
name : NetCore1ESPool-Internal
You can’t perform that action at this time.
0 commit comments