Skip to content

Commit

Permalink
chore: work around Missing Symbols error
Browse files Browse the repository at this point in the history
  • Loading branch information
rzhao271 committed Nov 26, 2024
1 parent 9c24994 commit 631d568
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build/azure-pipeline.stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,9 @@ extends:
serviceTreeID: '14f24efd-b502-422a-9f40-09ea7ce9cf14'
enabled: true

apiScanDependentPipelineId: '466' # zeromq-prebuilt
apiScanSoftwareVersion: '2024'

# 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 631d568

Please sign in to comment.