Creates an .appx package from the prepared application directory.
The task creates an .appx archive from the prepared application contents. It expects the output of the saker.appx.prepare() task as its input.
The task uses the makeappx tool to perform its operations.
Summary
Parameters
Aliases:
Required parameter.
Specifies the contents of the .appx package.
The parameter expects the output of the saker.appx.prepare() task as the input.A forward relative output path that specifies the output location of the .appx bundle.
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.