I'm doing automation build process.
I want to sign assemblies with authenticode (Windows 7-8 logo program).
On my machine I did this with SignFile task with MSBuild which takes only certificate thumbprint parameter. How I can to do this from my WF build definition? Should I install this certificate
using some Azure control panel or I should use come
WF activity to install this certificate during workflow execution.