Skip to content

Commit 6c48d05

Browse files
dauinsightmdaigle
authored andcommitted
Merged PR 4621: eng | Fix policheck
1 parent f532d98 commit 6c48d05

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -100,17 +100,17 @@ extends:
100100
enabled: true
101101
packageName: Microsoft.Data.SqlClient
102102
packageVersion: $(NugetPackageVersion)
103+
policheck:
104+
enabled: true
105+
break: true # always break the build on policheck issues. You can disable it by setting to 'false'
106+
exclusionsFile: $(REPOROOT)\.config\PolicheckExclusions.xml
103107
asyncSdl:
104108
enabled: false
105109
credscan:
106110
enabled: true
107111
suppressionsFile: $(REPOROOT)/.config/CredScanSuppressions.json
108112
binskim:
109113
enabled: true
110-
policheck:
111-
enabled: true
112-
break: true # always break the build on policheck issues. You can disable it by setting to 'false'
113-
optionsUEPATH: $(REPOROOT)\.config\PolicheckExclusions.xml
114114
armory:
115115
enabled: true
116116
break: true

0 commit comments

Comments
 (0)