Skip to content

Commit fb42c20

Browse files
authored
chore: temporarily exclude more files from scan (microsoft#16054)
1 parent acdf3f2 commit fb42c20

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

build/azure-pipeline.stable.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,10 @@ extends:
8888
enabled: true
8989

9090
apiScanSoftwareVersion: '2024'
91-
apiScanExcludes: 'extension/dist/node_modules/zeromq/prebuilds/win32-arm64/*.*'
91+
92+
# Exclude win32-x64/node.napi.glibc.node, which is already scanned
93+
# by the zeromq-prebuilt pipeline, until we have symbol publishing.
94+
# Exclude win32-arm64/*.* because APIScan cannot process them.
95+
apiScanExcludes: |
96+
extension/dist/node_modules/zeromq/prebuilds/win32-x64/node.napi.glibc.node
97+
extension/dist/node_modules/zeromq/prebuilds/win32-arm64/*.*

0 commit comments

Comments
 (0)