saker.windows Documentation TaskDoc JavaDoc Packages
Registers an appx package directory for the user. The task adds the specified appx package so it can be launched by the user. This is useful when developing Windows Store applications. The registration takes place in-place, and the application files won't be copied to the build directory.
Summary
Parameters
AllowReinstallSpecifies if reinstalling the application is allowed.
AppxThe appx package to register.
Parameters
Specifies if reinstalling the application is allowed. Setting this parameter to true will cause the task to reinstall the application if the registration failed due to related errors.
The appx package to register. This parameter should be a path to the AppxManifest.xml file of the prepared application package. The output of the saker.appx.prepare() task can also be specified. All files related to the application will be mirrored to the local filesystem if necessary.