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
AppxManifest | Specifies the AppxManifest.xml for the application. |
Contents | Specifies the file contents of the application. |
Output | A 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.
Collection of RelativeContentsTaskOption
Specifies the file contents of the application.
All file contents of the application should be specified for this parameter.