-
If you are looking for help, please confirm the following...
Which mobile framework are you using?Flutter (Dart) Steps to reproduceConfigure a build in the workflow editor, for windows, and use a PublisherDisplayName that contains a comma, such as: i.e. "Example, LLC" Expected resultsCommas in PublisherDisplayName will be preserved in the resultant MSIX: i.e. "Example, LLC" Actual resultsCommas are NOT preserved in the resultant MSIX: i.e. "Example LLC" Build id (optional)67c50eb2aa9fe756085ea82d |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Ahhh, I just did some more searching, turns out that this isn't a Codemagic-specific problem at all... |
Beta Was this translation helpful? Give feedback.
Ahhh, I just did some more searching, turns out that this isn't a Codemagic-specific problem at all...
vcsjones/AzureSignTool#119
https://stackoverflow.com/questions/39828885/how-can-we-add-a-comma-in-publisher-name-in-appxmanifest-while-using-desktop-app
I'll see if I can format my entry differently (escaping the comma) and get this to work.