UpdateManifest task

Updates selected properties in a manifest and resigns.

Parameters

The following table describes the parameters of the UpdateManifest task.

Parameter Description
ApplicationManifest Required ITaskItem parameter.

Specifies the application manifest.
ApplicationPath Required String parameter.

Specifies the path of the application manifest.
InputManifest Required ITaskItem parameter.

Specifies the manifest to update.
OutputManifest Optional ITaskItem output parameter.

Specifies the manifest that contains updated properties.

Remarks

In addition to having the parameters that are listed in the table, this task inherits parameters from the Task class. For a list of these additional parameters and their descriptions, see Task base class.

See also