Skip to content

Commit

Permalink
Merged PR 4623: eng | Fix policheck 5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dauinsight committed May 31, 2024
1 parent 4e9472a commit 0cad64a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions eng/pipelines/dotnet-sqlclient-signing-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,17 +92,17 @@ extends:
enabled: true
packageName: Microsoft.Data.SqlClient
packageVersion: $(NugetPackageVersion)
policheck:
enabled: true
break: true # always break the build on policheck issues. You can disable it by setting to 'false'
exclusionsFile: $(REPOROOT)\.config\PolicheckExclusions.xml
asyncSdl:
enabled: false
credscan:
enabled: true
suppressionsFile: $(REPOROOT)/.config/CredScanSuppressions.json
binskim:
enabled: true
policheck:
enabled: true
break: true # always break the build on policheck issues. You can disable it by setting to 'false'
exclusionsFile: $(REPOROOT)\.config\PolicheckExclusions.xml
armory:
enabled: true
break: true
Expand Down

0 comments on commit 0cad64a

Please sign in to comment.