File tree Expand file tree Collapse file tree
build/AzurePipelinesTemplates Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -95,12 +95,24 @@ steps:
9595 inputs :
9696 SourceFolder : ' $(build.SourcesDirectory)\BuildOutput'
9797 TargetFolder : ' $(build.SourcesDirectory)\APIScanTarget'
98+ # Excluding from APIScan:
99+ # - arm/arm64 binaries because APIScan does not support them currently.
100+ # - TAEF binaries: te.*, wex.*.
101+ # - HelloWorldAdvancedC* - These are test binaries w/o the word "test" in their file paths. We currently depririoritize APIScan for test binaries.
98102 contents : |
99103 **
100104 !**\*test*\**
101105 !**\*packages*\**
102106 !**\*Demoapp*\**
103107 !**\*Demopackage\**
108+ !**\HelloWorldAdvancedC*\**
109+ !**\arm\**
110+ !**\arm64\**
111+ !**\te.*exe
112+ !**\te.*dll
113+ !**\wex.*exe
114+ !**\wex.*dll
115+ !**\wttlog.dll
104116 !**\*.json
105117 !**\*.msix
106118 !**\*.png
You can’t perform that action at this time.
0 commit comments