UpdateManifest Task

Note

This article applies to Visual Studio 2015. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here

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

Tasks
Task Reference