How do I specify a keys password with MSBuild for the purpose of using Hudson?
Posted
by Brett Ryan
on Stack Overflow
See other posts from Stack Overflow
or by Brett Ryan
Published on 2010-03-11T20:58:58Z
Indexed on
2010/03/11
21:04 UTC
Read the original article
Hit count: 344
We have just setup our hudson server to build .NET projects which seems to be working fine, however for projects that require a password when signing the assemblies I can not figure out how to tell hudson what the password is?
For us the password is asked the first time a developer checks out the source code and they open with visual studio, how is this stored? Can we just place a secret file somewhere on the server?
© Stack Overflow or respective owner