Forum Discussion
deonb1
Aug 04, 2021Copper Contributor
Using ProcessorArchitecture from PackageLayout instead of AppxManifest
The <Package> element in PackageLayout.xml is documented to take a ProcessorArchitecture: https://docs.microsoft.com/en-us/windows/msix/package/packaging-layout However, no matter what I try ...
Aditi_Narvekar
Microsoft
Aug 17, 2021deonb1 Does the source manifest (the file specified in the ManifestPath attribute) contain a ProcessorArchitecture attribute under the <Identity> element? If not, try adding one there. The value doesn't matter since it'll be replaced when building the packaging layout.
What might be happening is, the ProcessorArchitecture specified in PackagingLayout only replaces an existing value in the source manifest, but it does not add one if it's not specified.