From e377a053f903f80917a6609679d0cf9d80c06a73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Laban?= Date: Fri, 25 Oct 2024 14:58:10 -0400 Subject: [PATCH] docs: Adjust steps --- doc/articles/uno-publishing-desktop.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/doc/articles/uno-publishing-desktop.md b/doc/articles/uno-publishing-desktop.md index 8c85faf2834c..5f9db8cfa09f 100644 --- a/doc/articles/uno-publishing-desktop.md +++ b/doc/articles/uno-publishing-desktop.md @@ -89,6 +89,13 @@ Create a file named `Properties\PublishProfiles\ClickOnceProfile.pubxml` in your bin\Release\net8.0-desktop\win-x64\app.publish\ bin\publish\ + + + + true + .NET Desktop Runtime 8.0.10 (x64) + + ``` @@ -107,6 +114,7 @@ To use the Visual Studio publishing wizard: - Click the **+ New profile** button - Select **ClicOnce**, then **Next** - Configure your app publishing in all the following wizard pages +- In the **Configuration** section, make sure to select **Portable** for the **Target runtime** - Click Finish. The `Properties\PublishProfiles\ClickOnceProfile.pubxml` file will be created. @@ -123,6 +131,10 @@ The resulting package will be located in the `bin\publish` folder. You an change Depending on your deployment settings, you can run the `Setup.exe` file to install the application on a machine. +> [!IMPORTANT] +> At this time, publishing with the Visual Studio Publishing Wizard is not supported for +> multi-targeted projects. Using the command line above is required. + ### macOS App Bundles We now support generating `.app` bundles on macOS machines. From the CLI run: