Question

I am trying to get the signing working with TFS 2010. I already imported the .pfx File in the Personal Store for the Build Computer. I read somewhere i have to do this for the account the build service is running under. But i don't know how i can do this for "NetworkService", which is the account under which my build service is running.

The error message i am getting of MSBuild:

Unable to find manifest signing certificate in the certificate store.

I read somewhere i have to use the sn -i mycert.pfx VS_XXX but i have no idea where to get the VS_XXX from?

Was it helpful?

Solution

The only working solution for me seems to use another user account for this. In my case I needed a valid domain user. Because the user needs to have the correct rights for the team foundation server. I logged in with this user on the build machine and added the certificate to my certificates (you should be able to do this by double clicking it).

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top