Skip to content

Commit 1b3b47d

Browse files
Replicate warning for installation merged in #905
1 parent ae03b23 commit 1b3b47d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/development-optimization/installing-accelerate.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,8 @@ Include your Avalonia UI license key in the executable project file (`.csproj`):
4040
</ItemGroup>
4141
```
4242

43-
> 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.
43+
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.
44+
45+
:::warning
46+
Do not leave the license key value blank. If left blank, you may be unable to build or open your project.
47+
:::

0 commit comments

Comments
 (0)