People,
I have HTML created from my WSDL and XSD files for a web service, and I would like to convert two HTML along with some images (company logo) and CSS files into one MHT file during my continuous integration so that I can distribute it among customers (other developers outside the company using this web service).
I would like to achieve this automatically , ideally using the MSBuild task or command line utility.
Is there a quick way to do this? Cheap or free C # tool or solution for this?
Mark
source share