microsoft / axe-windows

Automated accessibility testing engine for Windows applications
MIT License
136 stars 62 forks source link

fix: Signed build is failing WXS validation #840

Closed DaveTryon closed 1 year ago

DaveTryon commented 1 year ago

Details

The signed release build is including a localization file that is not included in the other builds. Since the CLI is not yet localized, we are not including the localized files and should add this file to the list of files that we intentionally exclude from the MSI package.

Motivation

Unblock signed builds

Context

Pull request checklist