Skip to content

Commit b54d49d

Browse files
authored
Disable PREfast in Identitymodel pipeline (#62495)
1 parent 1cb598e commit b54d49d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.azure/pipelines/identitymodel-helix-matrix.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ extends:
3737
compiled:
3838
enabled: false
3939
justificationForDisabling: 'This is a test-only pipeline. The same product code is already scanned in the main pipeline (aspnetcore-ci)'
40+
featureFlags:
41+
autoEnablePREfastWithNewRuleset: false
4042

4143
stages:
4244
- stage: build

0 commit comments

Comments
 (0)