dotnet / project-system

The .NET Project System for Visual Studio
MIT License
969 stars 387 forks source link

Investigate ClickOnce properties (1+?) #7378

Closed drewnoakes closed 3 years ago

drewnoakes commented 3 years ago

We should investigate whether we need to port any ClickOnce-related properties to the new project properties system.

See also #7244.

MiYanni commented 3 years ago

Summary

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.

Documentation

https://docs.microsoft.com/en-us/visualstudio/deployment/quickstart-deploy-using-clickonce-folder?view=vs-2019

Repro

For ClickOnce to be available, you need to install the ClickOnce Publishing tool in the VS Installer: image After adding it, the option to select ClickOnce publishing appears: image Within the wizard for making a publishing profile, you can sign the ClickOnce manifest: image