Skip to content

Commit d80c512

Browse files
Replicate warning for installation merged in #905
1 parent b61b11e commit d80c512

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tools/installing-accelerate.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,10 @@ Include your Avalonia license key in the executable project file (`.csproj`):
5858

5959
Replace `YOUR_LICENSE_KEY` with the key from your [Avalonia portal](https://portal.avaloniaui.net) account.
6060

61-
:::tip
62-
For multi-project solutions, you can store your license key in an [environment variable](https://learn.microsoft.com/en-us/visualstudio/msbuild/how-to-use-environment-variables-in-a-build) or a [shared `Directory.Build.props` file](https://learn.microsoft.com/en-us/visualstudio/msbuild/customize-by-directory?view=vs-2022#directorybuildprops-example) to avoid duplicating the key across multiple `.csproj` files.
61+
For multi-project solutions, you can store your license key in an [environment variable](https://learn.microsoft.com/en-us/visualstudio/msbuild/how-to-use-environment-variables-in-a-build) or a [shared props file](https://learn.microsoft.com/en-us/visualstudio/msbuild/customize-by-directory?view=vs-2022#directorybuildprops-example) to avoid duplication.
62+
63+
:::warning
64+
Do not leave the license key value blank. If left blank, you may be unable to build or open your project.
6365
:::
6466

6567
## Verify the installation

0 commit comments

Comments
 (0)