Skip to content

Commit f0df871

Browse files
authored
Enable static code analysis pilot in pipeline
1 parent e512a11 commit f0df871

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.azure/pipelines/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,14 @@ extends:
124124
enabled: true
125125
tsa:
126126
enabled: true
127+
policy: MicrosoftCanary
128+
prefast:
129+
enabled: true
130+
break: true
131+
severity: CriticalError
132+
featureFlags:
133+
usePrefastVersion3: true
134+
checkIfEnablePrefast: false
127135
containers:
128136
azureLinux30Net10BuildAmd64:
129137
image: mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net10.0-build-amd64

0 commit comments

Comments
 (0)