CombinePath 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 CombinePath Task on docs.microsoft.com. Combines the specified paths into a single path.
The following table describes the parameters of the CombinePath Task.
| Parameter | Description |
|---|---|
BasePath | Required String parameter.The base path to combine with the other paths. Can be a relative path, absolute path, or blank. |
Paths | Required ITaskItem[] parameter.A list of individual paths to combine with the BasePath to form the combined path. Paths can be relative or absolute. |
CombinedPaths | Optional ITaskItem[] output parameter.The combined path that is created by this task. |
In addition to the parameters listed above, this task inherits parameters from the TaskExtension class, which itself inherits from the Task class. For a list of these additional parameters and their descriptions, see TaskExtension Base Class.
Show: