saker.windows Documentation TaskDoc JavaDoc Packages
Launches an appx application. The task can be used to start an UWP or other applications. Generally it is used to start the application you're developing. The task will use the appxlauncher tool to start the application. It requires the AUMID (Application User Model ID) of the app to start it. The AUMID consists of the FamilyName and AppID in the following format: FamilyName!AppID The task will attempt to determine this automatically, but in some cases you may need to specify it explicitly.
Summary
Parameters
ApplicationIdThe application ID to launch.
Input
Required parameter.
Specifies the input application to launch.
SDKsSpecifies the SDKs (Software Development Kits) used by the task.
Parameters
The application ID to launch. This is the value of the Id attribute in the Package/Applications/Application element in the AppxManifest.xml file. Most of the time the task can automatically determine this, however, in some cases you may need to explicitly specify it.
Required parameter.
Specifies the input application to launch. It can be the output of the saker.appx.register() task, a local file location for an AppxManifest.xml or application directory, package name or install location of the application.
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.