microsoft / StoreBroker

A PowerShell module that leverages the Windows Store Submission API to allow easy automation of application submissions to the Windows Store. The master branch is stable and the v2 branch is under active development.
Other
97 stars 40 forks source link

LanguageExclude values specified by parameter behave differently from values set in the config file. #224

Open jlaanstra opened 2 years ago

jlaanstra commented 2 years ago

LanguageExclude values set in the config file will cause PDP info to be excluded but the languages will still be listed in the json output.

LanguageExclude values passed as a parameter to New-SubmissionPackage will be ignored and override the config file and result in the languages as well as PDP being included in the json output.