Skip to content

Commit 3e7d116

Browse files
authored
Temporarily disable automatic prefast (#10999)
Avoids compilation errors in the STL.
1 parent de72089 commit 3e7d116

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ extends:
4646
configFile: '$(Build.SourcesDirectory)/eng/tsaoptions.json'
4747
featureFlags:
4848
autoBaseline: true
49+
# This prefast enablement causes compilation issues in STL.
50+
autoEnablePREfastWithNewRuleset: false
4951
pool:
5052
name: NetCore1ESPool-Internal
5153
image: 1es-windows-2022

0 commit comments

Comments
 (0)