Skip to content

Commit c6879ad

Browse files
ArminShoeibiam11
andcommitted
Update docs/design/coreclr/jit/viewing-jit-dumps.md
Co-authored-by: Adeel Mujahid <[email protected]>
1 parent eb289e2 commit c6879ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/design/coreclr/jit/viewing-jit-dumps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ The first thing to do is setup the .NET Core app we want to dump. Here are the s
6363

6464
```shell
6565
# Windows
66-
robocopy /e <runtime-repo path>\artifacts\bin\coreclr\windows.<arch>.Release <app root>\bin\Release\$(NetCoreAppCurrent)\<rid>\publish > NUL
67-
copy /y <runtime-repo path>\artifacts\bin\coreclr\windows.<arch>.Debug\clrjit.dll <app root>\bin\Release\$(NetCoreAppCurrent)\<rid>\publish > NUL
66+
robocopy /e <runtime-repo path>\artifacts\bin\coreclr\windows.<arch>.Release <app root>\bin\Release\<tfm>\<rid>\publish > NUL
67+
copy /y <runtime-repo path>\artifacts\bin\coreclr\windows.<arch>.Debug\clrjit.dll <app root>\bin\Release\<tfm>\<rid>\publish > NUL
6868

6969
# Unix
7070
cp -rT <runtime-repo path>/artifacts/bin/coreclr/<OS>.<arch>.Release <app root>/bin/Release/$(NetCoreAppCurrent)<rid>/publish

0 commit comments

Comments
 (0)