You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a new project using the WinUI 3 two-project template. There will be a MSIX packaging project called xxx (Packaged) which contains a space and a pair of parentheses.
Use StoreBroker to create a submission containing that msixupload (using New-SubmissionPackage).
The command fails saying:
Read-AppPackageBundleMetadata : Cannot validate argument on parameter 'AppPackagePath'. Cannot bind argument to parameter 'Path' because it is an empty string.
At C:\Users\appveyor\Documents\WindowsPowerShell\Modules\StoreBroker\StoreBroker\StoreBroker\PackageTool.ps1:2204 char:20
Error detail:
See the following code. It tries to find the msix package declared in the manifest.
In the manifest of my project, the package name is UniversalFtpServer (Package)_1.4.1.0_x86.msix, but the actual file is UniversalFtpServer%20%28Package%29_1.4.1.0_x86.msix. The idfference makes StoreBroker unable to find the correct msix package and fail.
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
xxx (Packaged)
which contains a space and a pair of parentheses.New-SubmissionPackage
).Error detail:
See the following code. It tries to find the msix package declared in the manifest.
StoreBroker/StoreBroker/PackageTool.ps1
Lines 2312 to 2314 in abd0007
In the manifest of my project, the package name is
UniversalFtpServer (Package)_1.4.1.0_x86.msix
, but the actual file isUniversalFtpServer%20%28Package%29_1.4.1.0_x86.msix
. The idfference makes StoreBroker unable to find the correct msix package and fail.The text was updated successfully, but these errors were encountered: