Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Add windows publishing steps #16678

Draft
wants to merge 14 commits into
base: master
Choose a base branch
from
Draft

Conversation

jeromelaban
Copy link
Member

@jeromelaban jeromelaban commented May 10, 2024

related to #14385 and https://github.com/unoplatform/private/issues/400, closes #16662

PR Type

What kind of change does this PR introduce?

What is the current behavior?

What is the new behavior?

PR Checklist

Please check if your PR fulfills the following requirements:

Other information

Internal Issue (If applicable):

@github-actions github-actions bot added area/build Categorizes an issue or PR as relevant to build infrastructure kind/documentation labels May 10, 2024
doc/articles/toc.yml Outdated Show resolved Hide resolved
doc/articles/uno-publishing-windows.md Outdated Show resolved Hide resolved
doc/articles/uno-publishing-windows.md Outdated Show resolved Hide resolved
doc/articles/uno-publishing-windows.md Outdated Show resolved Hide resolved
doc/articles/uno-publishing-windows.md Outdated Show resolved Hide resolved
doc/articles/uno-publishing-windows.md Outdated Show resolved Hide resolved
doc/articles/uno-publishing-windows.md Outdated Show resolved Hide resolved
jeromelaban and others added 2 commits May 10, 2024 12:59
Co-authored-by: Agnès ZITTE <16295702+agneszitte@users.noreply.github.com>
@jeromelaban
Copy link
Member Author

@Mergifyio backport release/stable/5.2

Copy link
Contributor

mergify bot commented May 10, 2024

backport release/stable/5.2

🟠 Waiting for conditions to match

  • merged [📌 backport requirement]

@unodevops
Copy link
Contributor

🤖 Your Docs stage site is ready! Visit it here: https://unodocsprstaging.z13.web.core.windows.net/pr-16678/index.html

@unodevops
Copy link
Contributor

🤖 Your Docs stage site is ready! Visit it here: https://unodocsprstaging.z13.web.core.windows.net/pr-16678/index.html

doc/articles/uno-publishing-windows.md Outdated Show resolved Hide resolved
doc/articles/uno-publishing-windows.md Outdated Show resolved Hide resolved
doc/articles/uno-publishing-windows.md Outdated Show resolved Hide resolved
doc/articles/uno-publishing-windows.md Outdated Show resolved Hide resolved
jeromelaban and others added 3 commits May 14, 2024 15:50
@unodevops
Copy link
Contributor

🤖 Your Docs stage site is ready! Visit it here: https://unodocsprstaging.z13.web.core.windows.net/pr-16678/index.html

@unodevops
Copy link
Contributor

🤖 Your Docs stage site is ready! Visit it here: https://unodocsprstaging.z13.web.core.windows.net/pr-16678/index.html


# Build a signed packaged app

This guide will show how to create an signed packaged app using Windows App SDK.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
This guide will show how to create an signed packaged app using Windows App SDK.
This guide will show how to create a signed packaged app using Windows App SDK.


## Considerations for solutions with class library projects

If your app references multiple library projects projects, you will need to split the above build command in two parts, one to restore NuGet packages, and the other one to create the package.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
If your app references multiple library projects projects, you will need to split the above build command in two parts, one to restore NuGet packages, and the other one to create the package.
If your app references multiple library projects, you will need to split the above build command into two parts, one to restore NuGet packages, and the other one to create the package.

</PropertyGroup>
```

- Run this command to restore the nuget packages:
Copy link
Contributor

@agneszitte agneszitte May 15, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Run this command to restore the nuget packages:
- Run this command to restore the NuGet packages:


## Considerations for solutions with class library projects

If your app references multiple library projects projects, you will need to split the above build command in two parts, one to restore NuGet packages, and the other one to create the package.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
If your app references multiple library projects projects, you will need to split the above build command in two parts, one to restore NuGet packages, and the other one to create the package.
If your app references multiple library projects, you will need to split the above build command into two parts, one to restore NuGet packages, and the other one to create the package.

</PropertyGroup>
```

- Run this command to restore the nuget packages:
Copy link
Contributor

@agneszitte agneszitte May 15, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Run this command to restore the nuget packages:
- Run this command to restore the NuGet packages:

@unodevops
Copy link
Contributor

🤖 Your Docs stage site is ready! Visit it here: https://unodocsprstaging.z13.web.core.windows.net/pr-16678/index.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/build Categorizes an issue or PR as relevant to build infrastructure kind/documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Docs][Release] error : The platform 'AnyCPU' is not supported for Self Contained mode.
5 participants