delay-sign

Team Foundation Server Build with password protected codesigning fails

I'm trying to setup a continuous integration build on TFS 2008. In the project I want to build I use a key for signing. This key uses a password. I can't get it to build, because during the build TFS wants to show a dialog which can't be shown. I think I need to build the project by hand on the server, but only the TFS explorer and build...

Delay signing during development and not on the build server

I've got a few projects that are configured for delay signing on development machines, and I want to configure the build server so that it doesn't delay sign release builds. How can I do this? I'm using VSTS/TFS. The question is different, but the answer is what I need. ...