Reads the text from one or more files
<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 |
Output Properties
| Name | Description | Type |
| OutputText | The text that is read from the files | String[] |