FS Deployer interfaces the Team Foundation Server build store with PowerShell allowing script execution to be triggered across multiple machines when a user transitions the quality indicator of a build from one state to another.
The TFS Deployer will be installed like an agent piece of software on deployment targets and those targets listen for the event notifications from TFS. When received they contact TFS to determine whether they should take action, and if they should they download the scripts from the version control repository.
TFS Deployer integrates with PowerShell to provide scripters with access to the BuildData object from the TFS object model so that they can determine where to pull down build outputs from so that they can be automatically deployed in an enterprise environment.
Requirements:
· Team Foundation Server