Folks,
I have some HTML generated from my WSDL and XSD files for a web service, and I'd like to convert thos two HTML, along with some images (company logo) and CSS file(s), into a single MHT file during my continuous integration, so that I can distribute it to customers (other devs outside the company using this web service).
I'd like to achieve this automatically, ideally using a MSBuild task, or a command-line utility.
Is there a quick'n'easy way to do this? Cheap or free tool, or a C# solution to do it?
Marc