We have a tfs 2010 setup with some deployment machines running tfs deployer to automate the deployment of our builds.
I would like to make a sort of "continous deploy" to one of the deployment machines, that simply triggers when a build is made (on every build that completes).
Tfs deployer seems to work only on quality changes, not on build events.
Is there a way I can make this work?
I have tried setting NewQuality to "", but this doesnt seem to trigger.
<Mapping BuildDefinitionPattern="Main" Computer="DEPLOY001" OriginalQuality="*"
NewQuality="" RunnerType="PowerShell" Script="PublishToLocalhost.ps1"
NotificationAddress="[email protected]" Queue="Main" />