Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions DEVGUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down