How to automatically import signing a ClickOnce manifest on CruiseControl.NET -
currently when try sign clickonce manifest, manually click "select file" button load .pfx file. i'm thinking using cruisecontrol.net automatically import .pfx file projects. there way implement this?
on cruisecontrol server, use nant. how can this?
i don't think question strictly concerns cruisecontrol.net. instead of selecting pfx file through gui, find out how through command line. think signing , re-signing manifests in clickonce might helpful.
then re-create same process on cruisecontrol.net, using, example, exec task.
Comments
Post a Comment