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

NameDescriptionTypeRequiredDefault
FilesAn array of the files to readString[]truenull
TreatErrorsAsWarningsIf an error occurs, and true, then it will display a warningbooleanfalsefalse

Output Properties

NameDescriptionType
OutputTextThe text that is read from the filesString[]

Last edited Dec 23, 2009 at 10:05 PM by camalot, version 3

Comments

No comments yet.