UpdateManifest Task
Visual Studio 2015
For the latest documentation on Visual Studio 2017, see Visual Studio 2017 Documentation.
For the latest documentation on Visual Studio 2017, see UpdateManifest Task on docs.microsoft.com. Updates selected properties in a manifest and resigns.
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. |
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.
Show: