Skip to content

Commit 0cad64a

Browse files
committed
Merged PR 4623: eng | Fix policheck 5.2
1 parent 4e9472a commit 0cad64a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

eng/pipelines/dotnet-sqlclient-signing-pipeline.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,17 +92,17 @@ extends:
9292
enabled: true
9393
packageName: Microsoft.Data.SqlClient
9494
packageVersion: $(NugetPackageVersion)
95+
policheck:
96+
enabled: true
97+
break: true # always break the build on policheck issues. You can disable it by setting to 'false'
98+
exclusionsFile: $(REPOROOT)\.config\PolicheckExclusions.xml
9599
asyncSdl:
96100
enabled: false
97101
credscan:
98102
enabled: true
99103
suppressionsFile: $(REPOROOT)/.config/CredScanSuppressions.json
100104
binskim:
101105
enabled: true
102-
policheck:
103-
enabled: true
104-
break: true # always break the build on policheck issues. You can disable it by setting to 'false'
105-
exclusionsFile: $(REPOROOT)\.config\PolicheckExclusions.xml
106106
armory:
107107
enabled: true
108108
break: true

0 commit comments

Comments
 (0)