I have added custom build messages so the Visual Studio GUI shows status messages during the course of a msbuild. I would like to now add something dynamic so I can inject random cute thoughts for the build-watcher.
How could this be done?
Thanks.
I have added custom build messages so the Visual Studio GUI shows status messages during the course of a msbuild. I would like to now add something dynamic so I can inject random cute thoughts for the build-watcher.
How could this be done?
Thanks.
You can always write you own task, if you need guidance on how to do so grab a copy of my book. That is if it is worth the effort for these "random cute thoughts" :)