Closed drewnoakes closed 3 years ago
This feature is not needed within the .NET project system. It is rolled into creating a publish profile and is handled by the publish profile wizard.
For ClickOnce to be available, you need to install the ClickOnce Publishing tool in the VS Installer: After adding it, the option to select ClickOnce publishing appears: Within the wizard for making a publishing profile, you can sign the ClickOnce manifest:
We should investigate whether we need to port any ClickOnce-related properties to the new project properties system.
See also #7244.