Sends a status update to a twitter account.
<Tweet
Username="twitter-account"
Password="twitterP@ssw0rd"
Message="Tweeted from MSBuild Deployment Tasks http://mdt.codeplex.com/" />
Input Properties
| Name | Description | Type | Required | Default |
| Username | Your twitter username | String | true | null |
| Password | Your account password | String | true | null |
| Message | The 140 character maximum message to post to twitter. If it exceeds 140 characters, it will be trimmed. | String | true | null |
| TreatErrorsAsWarnings | If an error occurs, and true, then it will display a warning | boolean | false | false |
| Timeout | The number of seconds to allow before the task times out. | integer | false | 5 |
| ProxyHost | The name of the proxy server | String | false | null |
| ProxyPost | The port of the proxy server | Integer | false | 8080 |
| ProxyUser | The username to use for proxy authentication | String | false | null |
| ProxyPassword | The password to use for proxy authentication | String | false | null |
Output Properties