Jumar Macato
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
8 additions and
1 deletions
-
Documentation/build.md
|
|
|
@ -100,7 +100,14 @@ On macOS it is necessary to build and manually install the respective native lib |
|
|
|
# Building Avalonia into a local NuGet cache |
|
|
|
|
|
|
|
It is possible to build Avalonia locally and generate NuGet packages that can be used locally to test local changes. |
|
|
|
To do so you need to run: |
|
|
|
|
|
|
|
First, install Nuke's dotnet global tool like so: |
|
|
|
|
|
|
|
```bash |
|
|
|
dotnet tool install Nuke.GlobalTool --global |
|
|
|
``` |
|
|
|
|
|
|
|
Then you need to run: |
|
|
|
```bash |
|
|
|
nuke --target BuildToNuGetCache --configuration Release |
|
|
|
``` |
|
|
|
|