Skip to content

Commit

Permalink
docs: Update after review
Browse files Browse the repository at this point in the history
Co-authored-by: Agnès ZITTE <[email protected]>
  • Loading branch information
jeromelaban and agneszitte authored Jan 28, 2025
1 parent 8933194 commit ce3d968
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/articles/migrating-from-previous-releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ uid: Uno.Development.MigratingFromPreviousReleases

## Uno Platform 5.6

Uno Platform 5.6 contains one breaking change around the use of x:Load to align the behavior to WinUI.
Uno Platform 5.6 contains one breaking change around using `x:Load` to align the behavior to WinUI.

### Lazy loading

Expand Down
5 changes: 2 additions & 3 deletions doc/articles/uno-publishing-desktop.linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,20 +51,19 @@ If you wish, you can generate a default snap manifest and desktop file by runnin

> [!NOTE]
> .NET 9 publishing and cross-publishing are not supported as of Uno 5.5, we will support .NET 9 publishing soon.
> [!NOTE]
#### CI Restrictions

When building in a CI environment, security restrictions may prevent LXD and Multipass from running properly.

In such cases, and if your environment is build using single-use environments like Azure Devops Hosted Agents, you can enable the Snap [destructive mode](https://snapcraft.io/docs/explanation-architectures#destructive-mode) with the following parameter to the `dotnet publish` command:
In such cases, and if your environment is built using single-use environments like Azure DevOps Hosted Agents, you can enable the Snap [destructive mode](https://snapcraft.io/docs/explanation-architectures#destructive-mode) with the following parameter to the `dotnet publish` command:

```bash
-p:UnoSnapcraftAdditionalParameters=--destructive-mode
```

> [!IMPORTANT]
> Using this mode will make destructive changes to your environment, make sure that you will use this mode on a single-use virtual environment (e.g Docker or Azure Devops Hosted Agents).
> Using this mode will make destructive changes to your environment, make sure that you will use this mode on a single-use virtual environment (e.g. Docker or Azure DevOps Hosted Agents).
### Publish your Snap Package

Expand Down

0 comments on commit ce3d968

Please sign in to comment.