Skip to content

Commit 8f2c6ca

Browse files
committed
Merged PR 4622: eng | Fix policheck 5.1
1 parent de28dc9 commit 8f2c6ca

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
@@ -97,17 +97,17 @@ extends:
9797
enabled: true
9898
packageName: Microsoft.Data.SqlClient
9999
packageVersion: $(NugetPackageVersion)
100+
policheck:
101+
enabled: true
102+
break: true # always break the build on policheck issues. You can disable it by setting to 'false'
103+
exclusionsFile: $(REPOROOT)\.config\PolicheckExclusions.xml
100104
asyncSdl:
101105
enabled: false
102106
credscan:
103107
enabled: true
104108
suppressionsFile: $(REPOROOT)/.config/CredScanSuppressions.json
105109
binskim:
106110
enabled: true
107-
policheck:
108-
enabled: true
109-
break: true # always break the build on policheck issues. You can disable it by setting to 'false'
110-
exclusionsFile: $(REPOROOT)\.config\PolicheckExclusions.xml
111111
armory:
112112
enabled: true
113113
break: true

0 commit comments

Comments
 (0)