Does anyone know how to use the code signing certificate for ClickOnce manifest applications in the TBS Hosted Controller Build?
Scenario:
I use Team Foundation Service as a code repository and control source. I created an assembly definition using Team Explorer (Visual Studio 2012).
Assembly " Process " using the default template configured on Any CPU | Release
The assembly is set to Manual Trigger using the Hosted Build Controller .
The TFS build failed if my project used Code Signing and Code.
In my solution, two projects that have ClickOnce manifests
The local assembly does not have problems with code signatures and ClickOnce manifests - since the code signing certificate is available locally for assembly.
But for the same assembly in TFS, I get the error message “ Unable to find certificate signing certificate in certificate store. ” (Only one error blocking the assembly)
Question
How do I install a code signing certificate in TFS Build Service Account or Create Service User Account?
How can I make the code signing certificate available in the virtual assembly certificate store?
Any alternative to get a clean TFS build with ClickOnce code signatures and manifests?
Until you find a solution :( somebody helpful here
source share