Skip to content

Commit 26edff0

Browse files
authored
fix: Signed build is failing WXS validation (#840)
#### 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 <!-- Are there any parts that you've intentionally left out-of-scope for a later PR to handle? --> <!-- Were there any alternative approaches you considered? What tradeoffs did you consider? --> #### Pull request checklist <!-- If a checklist item is not applicable to this change, write "n/a" in the checkbox --> - [n/a] Addresses an existing issue:
1 parent 987a149 commit 26edff0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/MsiFileTests/WxsValidationTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ public void AllDropFilesAreAccountedFor()
2727
HashSet<string> productComponentExclusions = new HashSet<string>(StringComparer.OrdinalIgnoreCase)
2828
{
2929
"Axe.Windows.Automation.xml",
30+
"AxeWindowsCLI.dll.lce",
3031
"AxeWindowsCLI.runtimeconfig.dev.json",
3132
};
3233

0 commit comments

Comments
 (0)