File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments