We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2349f5b commit 1e2e846Copy full SHA for 1e2e846
1 file changed
.azurepipelines/azure-pipelines-1ES.yml
@@ -10,11 +10,21 @@ extends:
10
template: v1/1ES.Official.PipelineTemplate.yml@1ESPipelineTemplates
11
parameters:
12
sdl:
13
+ tsa:
14
+ enabled: true
15
+ config:
16
+ codebaseName: $(Pipeline.CodeBasename)
17
+ serviceTreeID: $(Pipeline.ServiceTreeId)
18
+ instanceUrl: $(Pipeline.Org)
19
+ projectName: $(Pipeline.Project)
20
+ areaPath: $(Pipeline.AreaPath)
21
+ notificationAliases: $(Pipeline.NotificationAliases)
22
binskim:
23
break: true
24
policheck:
25
enabled: true
26
codeql:
27
+ tsaEnabled: true
28
${{ if eq(variables['Build.SourceBranch'], variables['AllowedBranch']) }}:
29
enabledOnNonDefaultBranches: true
30
pool:
0 commit comments