Creates an .appxbundle consisting of multiple .appx packages.
The task is used to create an .appxbundle package that consists of multiple .appx applications. It uses the makeappx tool to perform its operations.
Summary
Parameters
Map of MappingKeyTaskOption : SakerPath
Aliases:
Required parameter.
Specifies the contents of the .appxbundle with mappings.
Each key in the parameter map is a path to a file that should be placed in the .appxbundle. The corresponding values are the paths that the entry should have in the resulting bundle.
If a value is null or the empty path, it will be the name of the file.
If you intend to sign the output .appxbundle, you should also sign the .appx inputs before creating the bundle.A forward relative output path that specifies the output location of the .appxbundle.
It can be used to have a better output location than the automatically generated one.
Map of SDKName : SDKDescriptionTaskOption
Specifies the SDKs (Software Development Kits) used by the task.
SDKs represent development kits that are available in the build environment and to the task.
The SDK names are compared in a case-insensitive way.