Is there a task in msbuild that's synonymous with nant's echo task?
I don't want anything fancy, just a simple message output to stdio.
Is there a task in msbuild that's synonymous with nant's echo task?
I don't want anything fancy, just a simple message output to stdio.
MsBuild has the Message Task built in which will output a string to the console.