Skip to content

Commit adfa755

Browse files
authored
Enable Policheck and tsa for WCF Client pipeline (#5670)
1 parent 9bde56c commit adfa755

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

azure-pipelines-arcade.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ trigger:
66
branches:
77
include:
88
- main
9-
- release/3.*
109
- release/4.*
1110
- release/6.*
1211

@@ -43,6 +42,10 @@ extends:
4342
compiled:
4443
enabled: false
4544
justificationForDisabling: 'CodeQL is already enabled in pipeline dotnet-wcf-codeql; this is a duplicate scan'
45+
policheck:
46+
enabled: true
47+
tsa:
48+
enabled: true
4649
customBuildTags:
4750
- ES365AIMigrationTooling
4851
stages:

0 commit comments

Comments
 (0)