Skip to content

Commit ba5f986

Browse files
authored
Add another way to update XLF to devguide (#18876)
1 parent 9425e4d commit ba5f986

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

DEVGUIDE.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,12 @@ If your changes involve modifying the list of language keywords in any way, (e.g
166166
```shell
167167
dotnet build src\Compiler /t:UpdateXlf
168168
```
169+
or
170+
```shell
171+
cd src/Compiler
172+
dotnet build -t:UpdateXlf
173+
```
174+
169175
If you are on a Mac, you can run this command from the root of the repository:
170176

171177
```shell

0 commit comments

Comments
 (0)