Support for ClickOnce applications.
Support for ClickOnce application deployments seems like a solid idea given Octo's first class support of common Microsoft platforms. I was surprised that Octo didn't have a solution to this process yet but would love to see a package step added to octo to support this OOTB. Currently, we are working with something that is based on https://bitbucket.org/jnus/clickonceandoctopusdeploy/wiki/Home but it would be much nicer if it was baked right.

-
Grendizr commented
Me again. The script has been added to the library content and is available at https://library.octopusdeploy.com/step-template/actiontemplate-clickonce-create-from-deployed-package
-
Grendizr commented
I just created a pull request on the template library ( https://github.com/OctopusDeploy/Library/pull/375 ) in order to add a new Click-Once template that I think is quite effective.
It can pack any previous step output binaries to a CO application using mage (including certificate sign). It comes with enough parameters to make it fast and easy to add into an existing process.
While the pull request is in progress you can have a look to the template at https://github.com/Grendizr/Library/blob/master/step-templates/clickonce-from-deployed-package.json
Hope this helps