Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Many tasks ultimately inherit from the Task class and ToolTask class. This class adds several parameters to the tasks that derive from VCToolTask. These parameters are listed in this document.
Parameters
The following table describes the parameters of the TrackedVCToolTask base class.
| Parameter | Description |
|---|---|
| DeleteOutputOnExecute | Optional bool parameter. |
| EnableExecuteTool | Optional bool parameter. |
| ExcludedInputPaths | Optional ITaskItem[] parameter. |
| MinimalRebuildFromTracking | Optional bool parameter. |
| PathOverride | Optional string parameter. |
| PostBuildTrackingCleanup | Optional bool parameter. |
| RootSource | Optional string parameter. |
| SkippedExecution | Optional bool output parameter. |
| SourcesCompiled | Optional ITaskItem[] output parameter. |
| TLogCommandFile | Optional ITaskItem parameter. |
| TLogReadFiles | Optional ITaskItem[] parameter. |
| TLogWriteFiles | Optional ITaskItem[] parameter. |
| ToolArchitecture | Optional string parameter. |
| TrackCommandLines | Optional bool parameter. |
| TrackFileAccess | Optional bool parameter. |
| TrackedInputFilesToIgnore | Optional ITaskItem[] parameter. |
| TrackedOutputFilesToIgnore | Optional ITaskItem[] parameter. |
| TrackerFrameworkPath | Optional string parameter. |
| TrackerSdkPath | Optional string parameter. |