Reads the text from one or more files. While this may not necessarily be about deployment, I have found it useful to create the release here on codeplex. I maintain a file between releases, sort of a change log, and that is what is used for the release description.
<ReadTextFile Files="$(InputFile)">
<Output PropertyName="OutputText" TaskParameter="OutputText" />
</ReadTextFile>
Input Properties
| Name | Description | Type | Required | Default |
| Files | An array of the files to read | String[] | true | null |
| TreatErrorsAsWarnings | If an error occurs, and true, then it will display a warning | boolean | false | false |
Output Properties
| Name | Description | Type |
| OutputText | The text that is read from the files | String[] |