In the Sitecore Slack Team's #TDS channel there was a Team Development for Sitecore feature request from Robbert Hock. It was:

On the Deployment Property Manager, being able to export the settings to Excel (so I can send someone a report of all the stuff that gets depoyed [sic] once, which items are deployed always etc..., and maybe also being able to export it as an image (long one) with all the settings

 

I'm happy to share a quick way to get such a report today! The TDS project file (`.scproj`) is just an XML file and the deployment properties are stored in that XML. We can simply run an XSLT transform on the TDS project file to get what we want.

I've put this XSLT file in a Gist. Please help make it better!

Run this XSLT through your favorite XSLT processor (download msxsl.exe from MS if you need one)

Here are the results.

Comments are closed