Skip to content

Commit b7dd68d

Browse files
committed
Clarify that the UpdateRuntimeFiles flag is for corefx/runtime
It's not for source-build.
1 parent 5a1253a commit b7dd68d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Documentation/add-new-rid.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Generally fixing the second one is sufficient.
5151

5252
Here's how to fix it.
5353

54-
1. Grab the source code
54+
1. Grab the source code of dotnet/runtime or dotnet/corefx
5555

5656
For .NET Core (3.1 or earlier):
5757

@@ -108,7 +108,8 @@ Here's how to fix it.
108108
</RuntimeGroup>
109109
```
110110

111-
Then build with the `/p:UpdateRuntimeFiles=true` flag:
111+
Then build dotnet/runtime or dotnet/corefx with the
112+
`/p:UpdateRuntimeFiles=true` flag:
112113

113114
```
114115
./build.sh /p:UpdateRuntimeFiles=true

0 commit comments

Comments
 (0)