Skip to content

Commit

Permalink
chore: temporarily exclude more files from scan (#16054)
Browse files Browse the repository at this point in the history
  • Loading branch information
rzhao271 authored Oct 14, 2024
1 parent acdf3f2 commit fb42c20
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion build/azure-pipeline.stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,10 @@ extends:
enabled: true

apiScanSoftwareVersion: '2024'
apiScanExcludes: 'extension/dist/node_modules/zeromq/prebuilds/win32-arm64/*.*'

# Exclude win32-x64/node.napi.glibc.node, which is already scanned
# by the zeromq-prebuilt pipeline, until we have symbol publishing.
# Exclude win32-arm64/*.* because APIScan cannot process them.
apiScanExcludes: |
extension/dist/node_modules/zeromq/prebuilds/win32-x64/node.napi.glibc.node
extension/dist/node_modules/zeromq/prebuilds/win32-arm64/*.*

0 comments on commit fb42c20

Please sign in to comment.