From 133d7ca7484e2a4e74bb70ae05b9d9c9660f98fa Mon Sep 17 00:00:00 2001 From: Jumar Macato <16554748+jmacato@users.noreply.github.com> Date: Tue, 25 Jun 2024 17:50:55 +0800 Subject: [PATCH] Update build.md (#16116) --- Documentation/build.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Documentation/build.md b/Documentation/build.md index ea91f035f8..065d2ee960 100644 --- a/Documentation/build.md +++ b/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 ```