You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/articles/uno-publishing-overview.md
+68-7Lines changed: 68 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,20 +4,81 @@ uid: uno.publishing.overview
4
4
5
5
# Publishing Your App (App Packaging)
6
6
7
+
Uno Platform provides **integrated, automated packaging** for every supported platform, covering desktop, mobile, web, and embedded, with no third-party tools or extra setup required.
8
+
Packaging is part of the standard `.NET publish` workflow, so you can go from code to distributable packages in a single command.
9
+
10
+
## Why It Matters
11
+
12
+
App packaging is the bridge between a working build and an installable application.
13
+
Each OS has unique signing, metadata, and distribution requirements, which can make deployment complex for cross-platform projects.
-[Packaging for Desktop](xref:uno.publishing.desktop) (using `netX.0-desktop`)
16
-
-[Packaging for WebAssembly](xref:uno.publishing.webassembly) (using `netX.0-browserwasm`)
17
-
-[Packaging for iOS](xref:uno.publishing.ios) (using `netX.0-ios`)
18
-
-[Packaging for Android](xref:uno.publishing.android) (using `netX.0-android`)
19
-
-[Packaging for Windows App SDK](xref:uno.publishing.windows) (using `netX.0-windows10.yyy`)
75
+
-[Packaging for Desktop](xref:uno.publishing.desktop) (`netX.0-desktop`)
76
+
-[Packaging for WebAssembly](xref:uno.publishing.webassembly) (`netX.0-browserwasm`)
77
+
-[Packaging for iOS](xref:uno.publishing.ios) (`netX.0-ios`)
78
+
-[Packaging for Android](xref:uno.publishing.android) (`netX.0-android`)
79
+
-[Packaging for Windows App SDK](xref:uno.publishing.windows) (`netX.0-windows10.yyy`)
20
80
21
81
## Continuous Integration
22
82
23
-
Uno Platform provides a set of [CI integrations](xref:Uno.GettingStarted.UsingWizard#11-ci-pipeline) for Azure Devops and GitHub actions as part of the Uno Platform template.
83
+
Uno Platform provides built-in [CI integrations](xref:Uno.GettingStarted.UsingWizard#11-ci-pipeline) for Azure DevOps and GitHub Actions, included as part of the Uno Platform project templates.
84
+
These pipelines include ready-to-use packaging steps for all supported platforms.
0 commit comments