saker.windows Documentation TaskDoc JavaDoc Packages
Prepares appx application contents into an output directory. The task is used to set up the content hierarchy for an application. The task requires an AppxManifest.xml to be specified in the root directory.
Summary
Parameters
AppxManifestSpecifies the AppxManifest.xml for the application.
ContentsSpecifies the file contents of the application.
OutputA forward relative output path that specifies the output location of the application contents.
Parameters
Specifies the AppxManifest.xml for the application. The file set for this parameter will be placed into the application directory with the AppxManifest.xml name. You don't need to use this parameter if you already specify an AppxManifest.xml using the Contents parameter.
Specifies the file contents of the application. All file contents of the application should be specified for this parameter.
A forward relative output path that specifies the output location of the application contents. It can be used to have a better output location than the automatically generated one.