Wednesday 11 July 2007

Scheduling a TFS Build

The simplest way to schedule a TFS Build (e.g. a Nightly Build) is to create a scheduled task in the control panel.

The syntax for the command line utility TFSBuild is:

TFSBuild start Teamfoundationserver TeamProject BuildType [/machine:buildmachine] [/builddirectory:builddirectory]

For Example:

TFSBuild Start MyBuildServer MyTeamProject MyBuildType

No comments: