From 66d672b6064d8c9fb174be17803a5baf94d51158 Mon Sep 17 00:00:00 2001 From: Eugene Auduchinok Date: Mon, 1 Sep 2025 15:18:40 +0200 Subject: [PATCH] Add another way to update XLF to devguide --- DEVGUIDE.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/DEVGUIDE.md b/DEVGUIDE.md index 2d3e571b651..13dd2f226d8 100644 --- a/DEVGUIDE.md +++ b/DEVGUIDE.md @@ -166,6 +166,12 @@ If your changes involve modifying the list of language keywords in any way, (e.g ```shell dotnet build src\Compiler /t:UpdateXlf ``` +or +```shell +cd src/Compiler +dotnet build -t:UpdateXlf +``` + If you are on a Mac, you can run this command from the root of the repository: ```shell