Skip to content

Commit a90d048

Browse files
authored
Update WindowsAppSDK-BuildFoundation-Steps.yml (#5130)
1 parent 83c9bc7 commit a90d048

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

build/AzurePipelinesTemplates/WindowsAppSDK-BuildFoundation-Steps.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)