Target Name | Description |
|---|
BeforeEndToEndIteration |
Insert your task into this target to run custom tasks at the very start of the build process.
|
AfterEndToEndIteration |
Insert your task into this target to run custom tasks at the end of the build process.
|
BeforeInitializeWorkspace |
Insert your task into this target to run custom tasks before workspace initialization.
|
AfterInitializeWorkspace |
Insert your task into this target to run custom tasks after workspace initialization.
|
BuildNumberOverrideTarget |
Insert your task into this target to customize the build number or drop location properties. The task you write must create an output property called BuildNumber.
|
BeforeClean |
Called before clean is tried. Insert your task into this target to run pre-clean custom task.
|
AfterClean |
Called after clean is completed. Insert your task into this target to run post-clean custom tasks.
|
BeforeGet |
Called before sources are retrieved from source control. Insert your task into this target to run custom tasks before sources are retrieved.
|
AfterGet |
Called after sources are retrieved. Insert your task into this target to run custom tasks after sources are retrieved.
|
BeforeLabel |
Called before sources are labeled. Insert your task into this target to run custom tasks before the Label target.
|
AfterLabel |
Called the labeling is completed. Insert your task into this target to run custom tasks after the Label target.
|
BeforeCompile |
Called before compilation is started. Insert your task into this target to run custom tasks before the code files are compiled.
|
BeforeCompileConfiguration |
Insert your task into this target to run custom tasks before the compilation of an individual configuration.
|
BeforeCompileSolution |
Insert your task into this target to run custom tasks before the compilation of an individual solution.
|
AfterCompileSolution |
Insert your task into this target to run custom tasks after the compilation of an individual solution.
|
AfterCompileConfiguration |
Insert your task into this target to run custom tasks after the compilation of an individual configuration.
|
AfterCompile |
Called after compilation is completed. Insert your task into this target to run custom tasks after the code files are compiled. For an example, see Walkthrough: Configuring Team Build to Build a Visual Studio Setup Project.
|
BeforeGetChangesetsAndUpdateWorkItems |
Insert your task into this target to run custom tasks before associating changesets and updating work items.
|
AfterGetChangesetsAndUpdateWorkItems |
Insert your task into this target to run custom tasks after associating changesets and updating work items.
|
BeforeTest |
Called before tests are run. Insert your task into this target to run custom tasks before the Test target.
|
BeforeTestConfiguration |
Insert your task into this target to run custom tasks before the testing of an individual configuration.
|
AfterTestConfiguration |
Insert your task into this target to run custom tasks after the testing of an individual configuration.
|
AfterTest |
Called after the testing is completed. Insert your task into this target to run custom tasks after the Test target.
|
BeforeDropBuild |
Called before saving the built binaries, build log files, and test results to the build-drop directory on the release server. Insert your task into this target to run custom tasks before the built files are saved to the drop directory.
|
AfterDropBuild |
Called after dropping the built binaries, build log files, and test results to the release server. Insert your task into this target to run custom tasks after the built files are saved to the drop directory.
|
BeforeCreateWorkItem |
Insert your task into this target to run custom tasks before work item creation.
|
AfterCreateWorkItem |
Insert your task into this target to run custom tasks after work item creation.
|
BeforeOnBuildBreak |
Called before creating a work item that resulted from a build break. Insert your task into this target to run custom tasks before the BuildBreak target.
|
AfterOnBuildBreak |
Called after a work item is created as a result of a build break. Insert your task into this target to run custom tasks after the BuildBreak target.
|
GenerateDocumentation |
This is an empty target. Insert your task into this target to automatically generate documentation during the build process.
|