Property | Description |
|---|
CustomPropertiesForClean | Set this property to pass custom values into every solution when Team Foundation Build calls the Clean target. |
CustomPropertiesForBuild | Set this property to pass custom values into every solution when Team Foundation Build calls its default target (usually Build). |
SkipClean | Set this property to skip the CoreClean target. |
IncrementalGet | Set this property to true to do an incremental get. This is a convenience property that sets CleanCompilationOutputOnly to true, SkipInitializeWorkspace to true, and ForceGet to false. |
IncrementalBuild | Set this property to true to do an incremental build. This is a convenience property that sets SkipClean to true, SkipInitializeWorkspace to true, and ForceGet to false. |
CleanCompilationOutputOnly | Set this property to true to delete only the intermediate assemblies from the sources directory during the CoreClean target execution. If this property is set to false, the entire sources directory will be deleted during CoreClean target execution. |
SkipGetChangesetsUpdateWorkItems | Set this property to true to skip the association of changesets and updating of work items for successful builds. |
SolutionRoot | Set this property to point to the root of the sources folder on the build computer. |
BinariesRoot | Set this property to point to the root of the binaries folder on the build computer. |
LabelComment | Set this property to define the comment used by the Label task. |
LabelName | Set this label name to define the name used by the Label task. By default, the label name is set to $(BuildNumber) in the InitializeEndToEndIteration target. |
OutDir | Set this property to define the location of the output files in the build working directory. |
UpdateAssociatedWorkItemsOnBuildBreak | Set this property to true to update associated work items even for a broken build. |
StopOnFirstFailure | Set this property to true to stop cleaning, compiling, and/or testing on the first failure encountered during build execution. |
SkipGet | Set this property to skip the CoreGet target. |
SkipLabel | Set this property to skip CoreLabel target. |
SkipInitializeWorkspace | Set this property to skip the CoreInitializeWorkspace target. |
SkipInvalidConfigurations | Set this property to false to generate an error rather than a warning when the user encounters an invalid configuration. |
SkipPostBuild | Set this property to skip gathering associated changesets and work items. |
SkipDropBuild | Set this property to skip the CoreDropBuild target. |
SkipWorkItemCreation | Set this property to skip the CoreCreateWorkItem target. |
CustomizableOutDir | Set this property to true when you want to prevent Team Foundation Build from setting OutDir for each solution. Note that you can use the TeamBuildPublishDir property to retrieve the value Team Foundation Build would have assigned to PublishDir if CustomizablePublishDir was set to false. |
CustomizablePublishDir | Set this property to true when you want to prevent Team Foundation Build from setting the PublishDir directory for each solution. Note that you can use the TeamBuildPublishDir property to retrieve the value Team Foundation Build would have assigned to PublishDir if CustomizablePublishDir was set to false. |